Searched refs:send_IPI_self (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | apic_flat_64.c | 142 .send_IPI_self = default_send_IPI_self, 235 .send_IPI_self = default_send_IPI_self,
|
| H A D | apic_numachip.c | 275 .send_IPI_self = numachip_send_IPI_self, 324 .send_IPI_self = numachip_send_IPI_self,
|
| H A D | apic_noop.c | 128 .send_IPI_self = noop_send_IPI_self,
|
| H A D | bigsmp_32.c | 157 .send_IPI_self = default_send_IPI_self,
|
| H A D | probe_32.c | 99 .send_IPI_self = default_send_IPI_self,
|
| H A D | x2apic_phys.c | 189 .send_IPI_self = x2apic_send_IPI_self,
|
| H A D | x2apic_cluster.c | 215 .send_IPI_self = x2apic_send_IPI_self,
|
| H A D | vector.c | 903 apic->send_IPI_self(IRQ_MOVE_CLEANUP_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
|
| H A D | x2apic_uv_x.c | 855 .send_IPI_self = uv_send_IPI_self,
|
| /OK3568_Linux_fs/kernel/arch/x86/hyperv/ |
| H A D | hv_apic.c | 252 orig_apic.send_IPI_self(vector); in hv_send_ipi_self() 269 apic->send_IPI_self = hv_send_ipi_self; in hv_apic_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | irq_work.c | 31 apic->send_IPI_self(IRQ_WORK_VECTOR); in arch_irq_work_raise()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | apic.c | 177 .send_IPI_self = xen_send_IPI_self,
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | smp.c | 194 send_IPI_self (int op) in send_IPI_self() function
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | apic.h | 298 void (*send_IPI_self)(int vector); member
|