Home
last modified time | relevance | path

Searched refs:__apic_send_IPI (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dipi.c73 __apic_send_IPI(cpu, RESCHEDULE_VECTOR); in native_smp_send_reschedule()
78 __apic_send_IPI(cpu, CALL_FUNCTION_SINGLE_VECTOR); in native_send_call_func_single_ipi()
H A Dvector.c901 __apic_send_IPI(apicd->cpu, apicd->vector); in apic_retrigger_irq()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_spinlock.c23 __apic_send_IPI(cpu, X86_PLATFORM_IPI_VECTOR); in hv_qlock_kick()
/openbmc/linux/arch/x86/kernel/
H A Dsmp.c216 __apic_send_IPI(cpu, NMI_VECTOR); in native_stop_other_cpus()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h426 static __always_inline void __apic_send_IPI(int cpu, int vector) in __apic_send_IPI() function