/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | init.c | 27 DEFINE_APIC_CALL(send_IPI_self); variable 54 apply_override(send_IPI_self); in restore_override_callbacks() 75 update_call(send_IPI_self); in update_static_calls()
|
H A D | apic_flat_64.c | 105 .send_IPI_self = default_send_IPI_self, 177 .send_IPI_self = default_send_IPI_self,
|
H A D | apic_numachip.c | 244 .send_IPI_self = numachip_send_IPI_self, 281 .send_IPI_self = numachip_send_IPI_self,
|
H A D | apic_noop.c | 69 .send_IPI_self = noop_send_IPI_self,
|
H A D | probe_32.c | 59 .send_IPI_self = default_send_IPI_self,
|
H A D | bigsmp_32.c | 104 .send_IPI_self = default_send_IPI_self,
|
H A D | x2apic_phys.c | 168 .send_IPI_self = x2apic_send_IPI_self,
|
H A D | x2apic_cluster.c | 253 .send_IPI_self = x2apic_send_IPI_self,
|
/kernel/linux/linux-5.10/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 | x2apic_phys.c | 192 .send_IPI_self = x2apic_send_IPI_self,
|
H A D | probe_32.c | 99 .send_IPI_self = default_send_IPI_self,
|
H A D | bigsmp_32.c | 157 .send_IPI_self = default_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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | irq_work.c | 31 apic->send_IPI_self(IRQ_WORK_VECTOR); in arch_irq_work_raise()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_apic.c | 286 orig_apic.send_IPI_self(vector); in hv_send_ipi_self() 303 apic_update_callback(send_IPI_self, hv_send_ipi_self); in hv_apic_init()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | apic.h | 273 void (*send_IPI_self)(int vector); member 322 void (*send_IPI_self)(int vector); member 389 DECLARE_APIC_CALL(send_IPI_self); variable
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | apic.c | 177 .send_IPI_self = xen_send_IPI_self,
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | apic.c | 149 .send_IPI_self = xen_send_IPI_self,
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | smp.c | 194 send_IPI_self (int op) in send_IPI_self() function
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | smp.c | 194 send_IPI_self (int op) in send_IPI_self() function
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | apic.h | 298 void (*send_IPI_self)(int vector); member
|