Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/lib/x86_64/
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-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dapic.h35 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
/Linux-v6.6/arch/x86/kernel/apic/
Dapic.c1183 value &= ~APIC_SPIV_APIC_ENABLED; in apic_soft_disable()
1347 value |= APIC_SPIV_APIC_ENABLED; in init_bsp_APIC()
1538 value &= ~APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
1585 value |= APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
2272 value |= APIC_SPIV_APIC_ENABLED; in disconnect_bsp_APIC()
/Linux-v6.6/arch/x86/include/asm/
Dapicdef.h56 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
/Linux-v6.6/arch/x86/kvm/
Dlapic.c487 bool enabled = val & APIC_SPIV_APIC_ENABLED; in apic_set_spiv()
2296 if (!(val & APIC_SPIV_APIC_ENABLED)) { in kvm_lapic_reg_write()