Home
last modified time | relevance | path

Searched refs:x2apic_mode (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/x86/kernel/apic/
Dapic.c1136 if (!x2apic_mode && !apic_phys) in clear_local_APIC()
1227 if (!x2apic_mode && !apic_phys) in disable_local_APIC()
1750 int x2apic_mode; variable
1751 EXPORT_SYMBOL_GPL(x2apic_mode);
1821 x2apic_mode = 0; in setup_nox2apic()
1852 x2apic_mode = 0; in x2apic_disable()
1876 x2apic_mode = 1; in x2apic_enable()
1924 x2apic_mode = 1; in check_x2apic()
2122 if (x2apic_mode) { in init_apic_mappings()
2165 if (!x2apic_mode) { in register_lapic_address()
[all …]
Dx2apic_phys.c100 if (x2apic_mode && (x2apic_phys || x2apic_fadt_phys())) in x2apic_phys_probe()
Dx2apic_cluster.c177 if (!x2apic_mode) in x2apic_cluster_probe()
/linux-6.1.9/arch/x86/include/asm/
Dapic.h249 extern int x2apic_mode;
263 #define x2apic_mode (0) macro
/linux-6.1.9/arch/x86/kvm/vmx/
Dposted_intr.c96 if (!x2apic_mode) in vmx_vcpu_pi_load()
/linux-6.1.9/arch/x86/pci/
Dxen.c525 if (((eax & XEN_HVM_CPUID_X2APIC_VIRT) && x2apic_mode) || in xen_hvm_msi_init()
/linux-6.1.9/arch/x86/kernel/
Dsmpboot.c1356 if (x2apic_mode) in smp_get_logical_apicid()