Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dapic.h33 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux/arch/x86/include/asm/
H A Dapicdef.h62 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux/arch/x86/kernel/apic/
H A Dapic.c1328 value &= ~APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1331 value |= APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1582 value &= ~APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()