Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dapic.h230 #define x2apic_supported() (cpu_has_x2apic) macro
237 #define x2apic_supported() (0) macro
/arch/x86/kernel/apic/
Dapic.c1649 if (ir_stat < 0 && !x2apic_supported()) in enable_IR_x2apic()