Searched refs:send_IPI_self (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/arch/x86/kernel/apic/ |
| H A D | init.c | 27 DEFINE_APIC_CALL(send_IPI_self); 54 apply_override(send_IPI_self); in restore_override_callbacks() 75 update_call(send_IPI_self); in update_static_calls()
|
| H A D | apic_numachip.c | 226 .send_IPI_self = numachip_send_IPI_self, 260 .send_IPI_self = numachip_send_IPI_self,
|
| H A D | apic_flat_64.c | 54 .send_IPI_self = default_send_IPI_self,
|
| H A D | apic_noop.c | 65 .send_IPI_self = noop_send_IPI_self,
|
| H A D | probe_32.c | 59 .send_IPI_self = default_send_IPI_self,
|
| H A D | x2apic_phys.c | 155 .send_IPI_self = x2apic_send_IPI_self,
|
| H A D | x2apic_cluster.c | 251 .send_IPI_self = x2apic_send_IPI_self,
|
| H A D | x2apic_uv_x.c | 775 .send_IPI_self = x2apic_send_IPI_self,
|
| /linux-6.15/arch/x86/hyperv/ |
| H A D | hv_apic.c | 290 orig_apic.send_IPI_self(vector); in hv_send_ipi_self() 307 apic_update_callback(send_IPI_self, hv_send_ipi_self); in hv_apic_init()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | apic.h | 290 void (*send_IPI_self)(int vector); member 333 void (*send_IPI_self)(int vector); member 392 DECLARE_APIC_CALL(send_IPI_self);
|
| /linux-6.15/arch/x86/xen/ |
| H A D | apic.c | 134 .send_IPI_self = xen_send_IPI_self,
|