Searched refs:cpu_has_x2apic (Results 1 – 4 of 4) sorted by relevance
4 #define cpu_has_x2apic 0 macro
238 return cpu_has_x2apic && apic_is_x2apic_enabled(); in x2apic_enabled()241 #define x2apic_supported() (cpu_has_x2apic)
396 #define cpu_has_x2apic boot_cpu_has(X86_FEATURE_X2APIC) macro
1554 } else if (!cpu_has_x2apic) { in check_x2apic()