Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c974 if (!x2apic_mode && !apic_phys) in clear_local_APIC()
1044 if (!x2apic_mode && !apic_phys) in disable_local_APIC()
1425 int x2apic_mode; variable
1476 x2apic_mode = 0; in setup_nox2apic()
1499 x2apic_mode = 0; in x2apic_disable()
1518 x2apic_mode = 1; in x2apic_enable()
1552 x2apic_mode = 1; in check_x2apic()
1745 if (x2apic_mode) { in init_apic_mappings()
1789 if (!x2apic_mode) { in register_lapic_address()
2187 if (x2apic_mode) in apic_bsp_setup()
[all …]
Dx2apic_phys.c87 if (x2apic_mode && (x2apic_phys || x2apic_fadt_phys())) in x2apic_phys_probe()
Dx2apic_cluster.c205 if (x2apic_mode) in x2apic_cluster_probe()
/linux-4.4.14/arch/x86/include/asm/
Dapic.h232 extern int x2apic_mode;
247 #define x2apic_mode (0) macro
/linux-4.4.14/arch/x86/pci/
Dxen.c444 if (((eax & XEN_HVM_CPUID_X2APIC_VIRT) && x2apic_mode) || in xen_msi_init()