Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/
Dapic.h34 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux-6.6.21/arch/x86/include/asm/
Dapicdef.h55 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux-6.6.21/arch/x86/kernel/apic/
Dapic.c1355 value &= ~APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1358 value |= APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1614 value &= ~APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()