Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86/ !
H A Dapic.c33 val = xapic_read_reg(APIC_SPIV) | APIC_SPIV_APIC_ENABLED; in xapic_enable()
42 x2apic_read_reg(APIC_SPIV) | APIC_SPIV_APIC_ENABLED); in x2apic_enable()
/linux/tools/testing/selftests/kvm/include/x86/ !
H A Dapic.h34 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
/linux/arch/x86/include/asm/ !
H A Dapicdef.h63 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
/linux/arch/x86/kernel/apic/ !
H A Dapic.c1159 value &= ~APIC_SPIV_APIC_ENABLED; in apic_soft_disable()
1322 value |= APIC_SPIV_APIC_ENABLED; in init_bsp_APIC()
1511 value &= ~APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
1555 value |= APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
2242 value |= APIC_SPIV_APIC_ENABLED; in disconnect_bsp_APIC()
/linux/tools/testing/selftests/kvm/x86/ !
H A Dxapic_state_test.c214 *(u32 *)(lapic.regs + APIC_SPIV) = APIC_SPIV_APIC_ENABLED; in test_x2apic_id()
/linux/arch/x86/kvm/ !
H A Dlapic.c458 bool enabled = val & APIC_SPIV_APIC_ENABLED; in apic_set_spiv()
2287 if (!(val & APIC_SPIV_APIC_ENABLED)) { in kvm_lapic_reg_write()