Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dapic.h34 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux-6.1.9/arch/x86/include/asm/
Dapicdef.h53 #define APIC_SPIV_FOCUS_DISABLED (1 << 9) macro
/linux-6.1.9/arch/x86/kernel/apic/
Dapic.c1395 value &= ~APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1398 value |= APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
1670 value &= ~APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()