Searched refs:send_IPI_self (Results 1 – 11 of 11) sorted by relevance
/linux/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 | 227 .send_IPI_self = numachip_send_IPI_self, 261 .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 | 71 .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/arch/x86/hyperv/ |
H A D | hv_apic.c | 291 orig_apic.send_IPI_self(vector); in hv_send_ipi_self() 308 apic_update_callback(send_IPI_self, hv_send_ipi_self); in hv_apic_init()
|
/linux/arch/x86/xen/ |
H A D | apic.c | 134 .send_IPI_self = xen_send_IPI_self,
|
/linux/arch/x86/kvm/vmx/ |
H A D | tdx.c | 1052 apic->send_IPI_self(POSTED_INTR_VECTOR); in tdx_vcpu_run()
|