Searched refs:send_IPI (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 137 .send_IPI = default_send_IPI_single, 230 .send_IPI = default_send_IPI_single_phys,
|
D | ipi.c | 71 apic->send_IPI(cpu, RESCHEDULE_VECTOR); in native_smp_send_reschedule() 76 apic->send_IPI(cpu, CALL_FUNCTION_SINGLE_VECTOR); in native_send_call_func_single_ipi()
|
D | apic_numachip.c | 270 .send_IPI = numachip_send_IPI_one, 319 .send_IPI = numachip_send_IPI_one,
|
D | apic_noop.c | 123 .send_IPI = noop_send_IPI,
|
D | bigsmp_32.c | 152 .send_IPI = default_send_IPI_single_phys,
|
D | probe_32.c | 94 .send_IPI = default_send_IPI_single,
|
D | x2apic_phys.c | 172 .send_IPI = x2apic_send_IPI,
|
D | x2apic_cluster.c | 208 .send_IPI = x2apic_send_IPI,
|
D | vector.c | 807 apic->send_IPI(apicd->cpu, apicd->vector); in apic_retrigger_irq() 901 apic->send_IPI(cpu, IRQ_MOVE_CLEANUP_VECTOR); in __send_cleanup_vector()
|
D | x2apic_uv_x.c | 844 .send_IPI = uv_send_IPI_one,
|
/Linux-v5.10/arch/x86/hyperv/ |
D | hv_apic.c | 216 orig_apic.send_IPI(cpu, vector); in hv_send_ipi() 264 apic->send_IPI = hv_send_ipi; in hv_apic_init()
|
D | hv_spinlock.c | 23 apic->send_IPI(cpu, X86_PLATFORM_IPI_VECTOR); in hv_qlock_kick()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | apic.h | 301 void (*send_IPI)(int cpu, int vector); member
|