Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dirq_work.c31 apic->send_IPI_self(IRQ_WORK_VECTOR); in arch_irq_work_raise()
/arch/x86/kernel/apic/
Dapic_flat_64.c142 .send_IPI_self = default_send_IPI_self,
235 .send_IPI_self = default_send_IPI_self,
Dapic_numachip.c275 .send_IPI_self = numachip_send_IPI_self,
324 .send_IPI_self = numachip_send_IPI_self,
Dapic_noop.c128 .send_IPI_self = noop_send_IPI_self,
Dbigsmp_32.c157 .send_IPI_self = default_send_IPI_self,
Dprobe_32.c99 .send_IPI_self = default_send_IPI_self,
Dx2apic_phys.c192 .send_IPI_self = x2apic_send_IPI_self,
Dx2apic_cluster.c215 .send_IPI_self = x2apic_send_IPI_self,
Dvector.c903 apic->send_IPI_self(IRQ_MOVE_CLEANUP_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
Dx2apic_uv_x.c855 .send_IPI_self = uv_send_IPI_self,
/arch/x86/hyperv/
Dhv_apic.c252 orig_apic.send_IPI_self(vector); in hv_send_ipi_self()
269 apic->send_IPI_self = hv_send_ipi_self; in hv_apic_init()
/arch/x86/xen/
Dapic.c177 .send_IPI_self = xen_send_IPI_self,
/arch/ia64/kernel/
Dsmp.c194 send_IPI_self (int op) in send_IPI_self() function
/arch/x86/include/asm/
Dapic.h298 void (*send_IPI_self)(int vector); member