Home
last modified time | relevance | path

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

/arch/x86/kernel/apic/
Dapic.c151 int x2apic_mode; variable
959 if (!x2apic_mode && !apic_phys) in clear_local_APIC()
1029 if (!x2apic_mode && !apic_phys) in disable_local_APIC()
1518 x2apic_mode = 0; in disable_x2apic()
1528 x2apic_preenabled = x2apic_mode = 1; in check_x2apic()
1542 if (!x2apic_mode) in enable_x2apic()
1629 if (x2apic_supported() && !x2apic_mode) { in enable_IR_x2apic()
1630 x2apic_mode = 1; in enable_IR_x2apic()
1771 if (x2apic_mode) { in init_apic_mappings()
1815 if (!x2apic_mode) { in register_lapic_address()
[all …]
Dx2apic_phys.c86 if (x2apic_mode && (x2apic_phys || x2apic_fadt_phys())) in x2apic_phys_probe()
Dx2apic_cluster.c206 if (x2apic_mode) in x2apic_cluster_probe()
/arch/x86/include/asm/
Dapic.h119 extern int x2apic_mode;
/arch/x86/kernel/
Dsmpboot.c1126 if (x2apic_mode) in native_smp_prepare_cpus()