Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/
A Dapic.c35 val = xapic_read_reg(APIC_SPIV) | APIC_SPIV_APIC_ENABLED; in xapic_enable()
44 x2apic_read_reg(APIC_SPIV) | APIC_SPIV_APIC_ENABLED); in x2apic_enable()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dapic.h35 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
/linux-6.3-rc2/arch/x86/kernel/apic/
A Dapic.c1217 value &= ~APIC_SPIV_APIC_ENABLED; in apic_soft_disable()
1389 value |= APIC_SPIV_APIC_ENABLED; in init_bsp_APIC()
1578 value &= ~APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
1643 value |= APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
2333 value |= APIC_SPIV_APIC_ENABLED; in disconnect_bsp_APIC()
/linux-6.3-rc2/arch/x86/include/asm/
A Dapicdef.h54 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
/linux-6.3-rc2/arch/x86/kvm/
A Dlapic.c455 bool enabled = val & APIC_SPIV_APIC_ENABLED; in apic_set_spiv()
2255 if (!(val & APIC_SPIV_APIC_ENABLED)) { in kvm_lapic_reg_write()

Completed in 30 milliseconds