/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | init.c | 24 DEFINE_APIC_CALL(send_IPI_mask_allbutself); variable 51 apply_override(send_IPI_mask_allbutself); in restore_override_callbacks() 72 update_call(send_IPI_mask_allbutself); in update_static_calls()
|
H A D | apic_flat_64.c | 102 .send_IPI_mask_allbutself = flat_send_IPI_mask_allbutself, 174 .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself_phys,
|
H A D | apic_numachip.c | 241 .send_IPI_mask_allbutself = numachip_send_IPI_mask_allbutself, 278 .send_IPI_mask_allbutself = numachip_send_IPI_mask_allbutself,
|
H A D | apic_noop.c | 66 .send_IPI_mask_allbutself = noop_send_IPI_mask_allbutself,
|
H A D | probe_32.c | 56 .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself_logical,
|
H A D | bigsmp_32.c | 101 .send_IPI_mask_allbutself = NULL,
|
H A D | x2apic_phys.c | 165 .send_IPI_mask_allbutself = x2apic_send_IPI_mask_allbutself,
|
H A D | x2apic_cluster.c | 250 .send_IPI_mask_allbutself = x2apic_send_IPI_mask_allbutself,
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | apic_flat_64.c | 139 .send_IPI_mask_allbutself = flat_send_IPI_mask_allbutself, 232 .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself_phys,
|
H A D | apic_numachip.c | 272 .send_IPI_mask_allbutself = numachip_send_IPI_mask_allbutself, 321 .send_IPI_mask_allbutself = numachip_send_IPI_mask_allbutself,
|
H A D | apic_noop.c | 125 .send_IPI_mask_allbutself = noop_send_IPI_mask_allbutself,
|
H A D | x2apic_phys.c | 189 .send_IPI_mask_allbutself = x2apic_send_IPI_mask_allbutself,
|
H A D | probe_32.c | 96 .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself_logical,
|
H A D | bigsmp_32.c | 154 .send_IPI_mask_allbutself = NULL,
|
H A D | x2apic_cluster.c | 212 .send_IPI_mask_allbutself = x2apic_send_IPI_mask_allbutself,
|
H A D | ipi.c | 57 apic->send_IPI_mask_allbutself(cpu_online_mask, vector); in apic_send_IPI_allbutself()
|
H A D | x2apic_uv_x.c | 852 .send_IPI_mask_allbutself = uv_send_IPI_mask_allbutself,
|
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | hv_apic.c | 235 orig_apic.send_IPI_mask_allbutself(mask, vector); in hv_send_ipi_mask_allbutself() 266 apic->send_IPI_mask_allbutself = hv_send_ipi_mask_allbutself; in hv_apic_init()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_apic.c | 269 orig_apic.send_IPI_mask_allbutself(mask, vector); in hv_send_ipi_mask_allbutself() 300 apic_update_callback(send_IPI_mask_allbutself, hv_send_ipi_mask_allbutself); in hv_apic_init()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | apic.h | 270 void (*send_IPI_mask_allbutself)(const struct cpumask *msk, int vec); member 319 void (*send_IPI_mask_allbutself)(const struct cpumask *msk, int vec); member 386 DECLARE_APIC_CALL(send_IPI_mask_allbutself); variable
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | apic.c | 174 .send_IPI_mask_allbutself = xen_send_IPI_mask_allbutself,
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | apic.c | 146 .send_IPI_mask_allbutself = xen_send_IPI_mask_allbutself,
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | apic.h | 295 void (*send_IPI_mask_allbutself)(const struct cpumask *msk, int vec); member
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kvm.c | 595 apic->send_IPI_mask_allbutself = kvm_send_ipi_mask_allbutself; in kvm_setup_pv_ipi()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | kvm.c | 628 apic_update_callback(send_IPI_mask_allbutself, kvm_send_ipi_mask_allbutself); in kvm_setup_pv_ipi()
|