Home
last modified time | relevance | path

Searched refs:APIC_XAPIC (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/apic/
H A Dprobe_32.c25 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()
/linux/arch/x86/include/asm/
H A Dapicdef.h42 #define APIC_XAPIC(x) ((x) >= 0x14) macro