Searched refs:APIC_XAPIC (Results 1 – 2 of 2) sorted by relevance
25 if (APIC_XAPIC(ver) || boot_cpu_has(X86_FEATURE_EXTD_APICID)) in default_get_apic_id()104 if (!APIC_XAPIC(boot_cpu_apic_version)) in x86_32_probe_bigsmp_early()
42 #define APIC_XAPIC(x) ((x) >= 0x14) macro