Home
last modified time | relevance | path

Searched refs:x2apic_supported (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dapic.h261 #define x2apic_supported() (boot_cpu_has(X86_FEATURE_X2APIC)) macro
268 #define x2apic_supported() (0) macro
/arch/x86/kernel/cpu/
Dmshyperv.c376 if (x2apic_supported()) in ms_hyperv_init_platform()
/arch/x86/kernel/apic/
Dapic.c1905 if (ir_stat < 0 && !x2apic_supported()) in enable_IR_x2apic()