Home
last modified time | relevance | path

Searched refs:send_IPI_self (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dirq_work.c31 apic->send_IPI_self(IRQ_WORK_VECTOR); in arch_irq_work_raise()
/Linux-v4.19/arch/x86/kernel/apic/
Dapic_flat_64.c177 .send_IPI_self = apic_send_IPI_self,
280 .send_IPI_self = apic_send_IPI_self,
Dapic_numachip.c275 .send_IPI_self = numachip_send_IPI_self,
324 .send_IPI_self = numachip_send_IPI_self,
Dapic_noop.c143 .send_IPI_self = noop_send_IPI_self,
Dbigsmp_32.c181 .send_IPI_self = default_send_IPI_self,
Dx2apic_phys.c174 .send_IPI_self = x2apic_send_IPI_self,
Dprobe_32.c135 .send_IPI_self = default_send_IPI_self,
Dx2apic_cluster.c214 .send_IPI_self = x2apic_send_IPI_self,
Dvector.c872 apic->send_IPI_self(IRQ_MOVE_CLEANUP_VECTOR); in smp_irq_move_cleanup_interrupt()
Dx2apic_uv_x.c695 .send_IPI_self = uv_send_IPI_self,
/Linux-v4.19/arch/x86/hyperv/
Dhv_apic.c238 orig_apic.send_IPI_self(vector); in hv_send_ipi_self()
255 apic->send_IPI_self = hv_send_ipi_self; in hv_apic_init()
/Linux-v4.19/arch/x86/xen/
Dapic.c187 .send_IPI_self = xen_send_IPI_self,
/Linux-v4.19/arch/ia64/kernel/
Dsmp.c195 send_IPI_self (int op) in send_IPI_self() function
/Linux-v4.19/arch/x86/include/asm/
Dapic.h300 void (*send_IPI_self)(int vector); member