Home
last modified time | relevance | path

Searched refs:send_ipi_single (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dsmp.c102 static void send_ipi_single(int cpu, enum ipi_message_type op) in send_ipi_single() function
110 send_ipi_single(smp_processor_id(), IPI_IRQ_WORK); in arch_irq_work_raise()
237 send_ipi_single(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
332 send_ipi_single(cpu, IPI_RESCHEDULE); in arch_smp_send_reschedule()
/openbmc/linux/arch/mips/include/asm/
H A Dsmp.h75 mp_ops->send_ipi_single(cpu, SMP_RESCHEDULE_YOURSELF); in arch_smp_send_reschedule()
130 mp_ops->send_ipi_single(cpu, SMP_CALL_FUNCTION); in arch_send_call_function_single_ipi()
H A Dsmp-ops.h25 void (*send_ipi_single)(int cpu, unsigned int action); member
/openbmc/linux/arch/mips/kernel/
H A Dsmp-up.c68 .send_ipi_single = up_send_ipi_single,
H A Dsmp-bmips.c431 .send_ipi_single = bmips43xx_send_ipi_single,
448 .send_ipi_single = bmips5000_send_ipi_single,
H A Dsmp-mt.c233 .send_ipi_single = mips_smp_send_ipi_single,
H A Dsmp-cps.c609 .send_ipi_single = mips_smp_send_ipi_single,
/openbmc/linux/arch/mips/cavium-octeon/
H A Dsmp.c414 .send_ipi_single = octeon_send_ipi_single,
494 .send_ipi_single = octeon_78xx_send_ipi_single,
/openbmc/linux/arch/mips/sibyte/sb1250/
H A Dsmp.c138 .send_ipi_single = sb1250_send_ipi_single,
/openbmc/linux/arch/mips/sibyte/bcm1480/
H A Dsmp.c149 .send_ipi_single = bcm1480_send_ipi_single,
/openbmc/linux/arch/mips/sgi-ip30/
H A Dip30-smp.c141 .send_ipi_single = ip30_smp_send_ipi_single,
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-smp.c181 .send_ipi_single = ip27_send_ipi_single,
/openbmc/linux/arch/mips/loongson64/
H A Dsmp.c875 .send_ipi_single = loongson3_send_ipi_single,