Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dapicdef.h52 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux-3.4.99/arch/x86/kernel/apic/
Dapic.c1162 value &= ~APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1165 value |= APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1372 value &= ~APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()