Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/apic/
H A Dapic.c93 return x2apic_mode || apic_mmio_base; in apic_accessible()
1678 int x2apic_mode; variable
1679 EXPORT_SYMBOL_GPL(x2apic_mode);
1749 x2apic_mode = 0; in setup_nox2apic()
1796 x2apic_mode = 0; in x2apic_disable()
1812 x2apic_mode = 1; in x2apic_enable()
1860 x2apic_mode = 1; in check_x2apic()
2057 if (x2apic_mode) in init_apic_mappings()
2083 if (!x2apic_mode) in register_lapic_address()
2446 if (x2apic_mode) { in lapic_resume()
[all …]
H A Dx2apic_phys.c118 if (!x2apic_mode) in x2apic_phys_probe()
H A Dx2apic_cluster.c208 if (!x2apic_mode) in x2apic_cluster_probe()
/linux-6.15/arch/x86/include/asm/
H A Dapic.h244 extern int x2apic_mode;
258 #define x2apic_mode (0) macro
/linux-6.15/arch/x86/kvm/vmx/
H A Dposted_intr.c111 if (!x2apic_mode) in vmx_vcpu_pi_load()
/linux-6.15/arch/x86/kernel/
H A Dhead_64.S267 cmpl $0, x2apic_mode(%rip)
/linux-6.15/arch/x86/pci/
H A Dxen.c525 if (((eax & XEN_HVM_CPUID_X2APIC_VIRT) && x2apic_mode) || in xen_hvm_msi_init()