Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/apic/
Dapic.c1050 value &= ~APIC_SPIV_APIC_ENABLED; in disable_local_APIC()
1140 value |= APIC_SPIV_APIC_ENABLED; in init_bsp_APIC()
1319 value |= APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
1953 value |= APIC_SPIV_APIC_ENABLED; in disconnect_bsp_APIC()
/linux-4.1.27/arch/x86/include/asm/
Dapicdef.h53 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
/linux-4.1.27/arch/x86/kvm/
Dlapic.c217 bool enabled = val & APIC_SPIV_APIC_ENABLED; in apic_set_spiv()
1304 if (!(val & APIC_SPIV_APIC_ENABLED)) { in apic_reg_write()