Symbol: send_ipi_mask
arch/loongarch/include/asm/smp.h
106
mp_ops.send_ipi_mask(mask, ACTION_CALL_FUNCTION);
arch/loongarch/include/asm/smp.h
20
void (*send_ipi_mask)(const struct cpumask *mask, unsigned int action);
arch/loongarch/kernel/paravirt.c
205
mp_ops.send_ipi_mask = pv_send_ipi_mask;
arch/loongarch/kernel/paravirt.c
78
native_ops.send_ipi_mask(mask, action);
arch/loongarch/kernel/smp.c
313
.send_ipi_mask = loongson_send_ipi_mask,
arch/mips/cavium-octeon/smp.c
415
.send_ipi_mask = octeon_send_ipi_mask,
arch/mips/cavium-octeon/smp.c
495
.send_ipi_mask = octeon_78xx_send_ipi_mask,
arch/mips/include/asm/smp-ops.h
24
void (*send_ipi_mask)(const struct cpumask *mask, unsigned int action);
arch/mips/include/asm/smp.h
136
mp_ops->send_ipi_mask(mask, SMP_CALL_FUNCTION);
arch/mips/kernel/smp-bmips.c
432
.send_ipi_mask = bmips43xx_send_ipi_mask,
arch/mips/kernel/smp-bmips.c
449
.send_ipi_mask = bmips5000_send_ipi_mask,
arch/mips/kernel/smp-cps.c
944
.send_ipi_mask = mips_smp_send_ipi_mask,
arch/mips/kernel/smp-mt.c
234
.send_ipi_mask = mips_smp_send_ipi_mask,
arch/mips/kernel/smp-up.c
69
.send_ipi_mask = up_send_ipi_mask,
arch/mips/loongson64/smp.c
845
.send_ipi_mask = loongson3_send_ipi_mask,
arch/mips/sgi-ip27/ip27-smp.c
184
.send_ipi_mask = ip27_send_ipi_mask,
arch/mips/sgi-ip30/ip30-smp.c
142
.send_ipi_mask = ip30_smp_send_ipi_mask,
arch/mips/sibyte/bcm1480/smp.c
150
.send_ipi_mask = bcm1480_send_ipi_mask,
arch/mips/sibyte/sb1250/smp.c
139
.send_ipi_mask = sb1250_send_ipi_mask,
arch/riscv/kernel/smp.c
239
send_ipi_mask(mask, IPI_CALL_FUNC);
arch/riscv/kernel/smp.c
250
send_ipi_mask(mask, IPI_TIMER);
arch/riscv/kernel/smp.c
266
send_ipi_mask(&mask, IPI_CPU_STOP);
arch/riscv/kernel/smp.c
319
send_ipi_mask(&mask, IPI_CPU_CRASH_STOP);
arch/riscv/kernel/smp.c
345
send_ipi_mask(mask, IPI_CPU_BACKTRACE);
arch/x86/kernel/apic/x2apic_savic.c
276
send_ipi_mask(mask, vector, false);
arch/x86/kernel/apic/x2apic_savic.c
281
send_ipi_mask(mask, vector, true);