Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/include/x86/
Dapic.h33 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux-6.14.4/arch/x86/include/asm/
Dapicdef.h62 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux-6.14.4/arch/x86/kernel/apic/
Dapic.c1327 value &= ~APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1330 value |= APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1583 value &= ~APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()