Symbol: send_ipi_single
arch/loongarch/include/asm/smp.h
102
mp_ops.send_ipi_single(cpu, ACTION_CALL_FUNCTION);
arch/loongarch/include/asm/smp.h
19
void (*send_ipi_single)(int cpu, unsigned int action);
arch/loongarch/kernel/paravirt.c
204
mp_ops.send_ipi_single = pv_send_ipi_single;
arch/loongarch/kernel/paravirt.c
54
native_ops.send_ipi_single(cpu, action);
arch/loongarch/kernel/smp.c
255
mp_ops.send_ipi_single(cpu, ACTION_RESCHEDULE);
arch/loongarch/kernel/smp.c
262
mp_ops.send_ipi_single(smp_processor_id(), ACTION_IRQ_WORK);
arch/loongarch/kernel/smp.c
312
.send_ipi_single = loongson_send_ipi_single,
arch/mips/cavium-octeon/smp.c
414
.send_ipi_single = octeon_send_ipi_single,
arch/mips/cavium-octeon/smp.c
494
.send_ipi_single = octeon_78xx_send_ipi_single,
arch/mips/include/asm/smp-ops.h
23
void (*send_ipi_single)(int cpu, unsigned int action);
arch/mips/include/asm/smp.h
131
mp_ops->send_ipi_single(cpu, SMP_CALL_FUNCTION);
arch/mips/include/asm/smp.h
76
mp_ops->send_ipi_single(cpu, SMP_RESCHEDULE_YOURSELF);
arch/mips/kernel/smp-bmips.c
431
.send_ipi_single = bmips43xx_send_ipi_single,
arch/mips/kernel/smp-bmips.c
448
.send_ipi_single = bmips5000_send_ipi_single,
arch/mips/kernel/smp-cps.c
943
.send_ipi_single = mips_smp_send_ipi_single,
arch/mips/kernel/smp-mt.c
233
.send_ipi_single = mips_smp_send_ipi_single,
arch/mips/kernel/smp-up.c
68
.send_ipi_single = up_send_ipi_single,
arch/mips/loongson64/smp.c
854
.send_ipi_single = loongson3_send_ipi_single,
arch/mips/sgi-ip27/ip27-smp.c
183
.send_ipi_single = ip27_send_ipi_single,
arch/mips/sgi-ip30/ip30-smp.c
141
.send_ipi_single = ip30_smp_send_ipi_single,
arch/mips/sibyte/bcm1480/smp.c
149
.send_ipi_single = bcm1480_send_ipi_single,
arch/mips/sibyte/sb1250/smp.c
138
.send_ipi_single = sb1250_send_ipi_single,
arch/riscv/kernel/smp.c
128
send_ipi_single(smp_processor_id(), IPI_IRQ_WORK);
arch/riscv/kernel/smp.c
243
send_ipi_single(cpu, IPI_CALL_FUNC);
arch/riscv/kernel/smp.c
338
send_ipi_single(cpu, IPI_RESCHEDULE);
arch/riscv/kernel/smp.c
363
send_ipi_single(cpu, IPI_KGDB_ROUNDUP);
drivers/irqchip/irq-loongarch-avec.c
187
mp_ops.send_ipi_single(cpu, ACTION_CLEAR_VECTOR);
drivers/irqchip/irq-loongarch-avec.c
88
mp_ops.send_ipi_single(adata->prev_cpu, ACTION_CLEAR_VECTOR);