Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dsmp.c109 static void send_ipi_single(int cpu, enum ipi_message_type op) in send_ipi_single() function
117 send_ipi_single(smp_processor_id(), IPI_IRQ_WORK); in arch_irq_work_raise()
244 send_ipi_single(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
339 send_ipi_single(cpu, IPI_RESCHEDULE); in arch_smp_send_reschedule()
364 send_ipi_single(cpu, IPI_KGDB_ROUNDUP); in kgdb_roundup_cpus()
/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.c946 .send_ipi_single = mips_smp_send_ipi_single,
/linux/arch/loongarch/kernel/
H A Dparavirt.c61 native_ops.send_ipi_single(cpu, action); in pv_send_ipi_single()
211 mp_ops.send_ipi_single = pv_send_ipi_single; in pv_ipi_init()
/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,
/linux/arch/mips/sibyte/sb1250/
H A Dsmp.c138 .send_ipi_single = sb1250_send_ipi_single,
/linux/arch/mips/sgi-ip30/
H A Dip30-smp.c141 .send_ipi_single = ip30_smp_send_ipi_single,
/linux/arch/mips/sibyte/bcm1480/
H A Dsmp.c149 .send_ipi_single = bcm1480_send_ipi_single,
/linux/drivers/irqchip/
H A Dirq-loongarch-avec.c96 mp_ops.send_ipi_single(adata->prev_cpu, ACTION_CLEAR_VECTOR); in avecintc_sync()
194 mp_ops.send_ipi_single(cpu, ACTION_CLEAR_VECTOR); in complete_irq_moving()
/linux/arch/mips/sgi-ip27/
H A Dip27-smp.c183 .send_ipi_single = ip27_send_ipi_single,