Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c1054 value &= ~APIC_SPIV_APIC_ENABLED; in disable_local_APIC()
1144 value |= APIC_SPIV_APIC_ENABLED; in init_bsp_APIC()
1323 value |= APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
1957 value |= APIC_SPIV_APIC_ENABLED; in disconnect_bsp_APIC()
/linux-4.4.14/arch/x86/include/asm/
Dapicdef.h53 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
/linux-4.4.14/arch/x86/kvm/
Dlapic.c217 bool enabled = val & APIC_SPIV_APIC_ENABLED; in apic_set_spiv()
1394 if (!(val & APIC_SPIV_APIC_ENABLED)) { in apic_reg_write()