Searched refs:send_IPI_self (Results 1 – 14 of 14) sorted by relevance
/arch/x86/kernel/ |
D | irq_work.c | 31 apic->send_IPI_self(IRQ_WORK_VECTOR); in arch_irq_work_raise()
|
/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 142 .send_IPI_self = default_send_IPI_self, 235 .send_IPI_self = default_send_IPI_self,
|
D | apic_numachip.c | 275 .send_IPI_self = numachip_send_IPI_self, 324 .send_IPI_self = numachip_send_IPI_self,
|
D | apic_noop.c | 127 .send_IPI_self = noop_send_IPI_self,
|
D | bigsmp_32.c | 156 .send_IPI_self = default_send_IPI_self,
|
D | probe_32.c | 98 .send_IPI_self = default_send_IPI_self,
|
D | x2apic_phys.c | 192 .send_IPI_self = x2apic_send_IPI_self,
|
D | x2apic_cluster.c | 215 .send_IPI_self = x2apic_send_IPI_self,
|
D | vector.c | 895 apic->send_IPI_self(IRQ_MOVE_CLEANUP_VECTOR); in smp_irq_move_cleanup_interrupt()
|
D | x2apic_uv_x.c | 676 .send_IPI_self = uv_send_IPI_self,
|
/arch/x86/hyperv/ |
D | hv_apic.c | 242 orig_apic.send_IPI_self(vector); in hv_send_ipi_self() 259 apic->send_IPI_self = hv_send_ipi_self; in hv_apic_init()
|
/arch/x86/xen/ |
D | apic.c | 187 .send_IPI_self = xen_send_IPI_self,
|
/arch/ia64/kernel/ |
D | smp.c | 195 send_IPI_self (int op) in send_IPI_self() function
|
/arch/x86/include/asm/ |
D | apic.h | 298 void (*send_IPI_self)(int vector); member
|