Home
last modified time | relevance | path

Searched refs:X2APIC_ENABLE (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/kvm/
A Dlapic.h27 LAPIC_MODE_INVALID = X2APIC_ENABLE,
29 LAPIC_MODE_X2APIC = MSR_IA32_APICBASE_ENABLE | X2APIC_ENABLE,
210 return apic->vcpu->arch.apic_base & X2APIC_ENABLE; in apic_x2apic_mode()
254 return apic_base & (MSR_IA32_APICBASE_ENABLE | X2APIC_ENABLE); in kvm_apic_mode()
A Dlapic.c2292 if (((old_value ^ value) & X2APIC_ENABLE) && (value & X2APIC_ENABLE)) in kvm_lapic_set_base()
2295 if ((old_value ^ value) & (MSR_IA32_APICBASE_ENABLE | X2APIC_ENABLE)) in kvm_lapic_set_base()
A Dx86.c470 (guest_cpuid_has(vcpu, X86_FEATURE_X2APIC) ? 0 : X2APIC_ENABLE); in kvm_set_apic_base()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dapic.h26 #define X2APIC_ENABLE (1UL << 10) macro
/linux/arch/x86/kernel/apic/
A Dapic.c1764 if (!(msr & X2APIC_ENABLE)) in __x2apic_disable()
1767 wrmsrl(MSR_IA32_APICBASE, msr & ~(X2APIC_ENABLE | XAPIC_ENABLE)); in __x2apic_disable()
1768 wrmsrl(MSR_IA32_APICBASE, msr & ~X2APIC_ENABLE); in __x2apic_disable()
1777 if (msr & X2APIC_ENABLE) in __x2apic_enable()
1779 wrmsrl(MSR_IA32_APICBASE, msr | X2APIC_ENABLE); in __x2apic_enable()
/linux/tools/testing/selftests/kvm/x86_64/
A Dsmm_test.c81 wrmsr(MSR_IA32_APICBASE, apicbase | X2APIC_ENABLE); in guest_code()
/linux/arch/x86/include/asm/
A Dapicdef.h149 #define X2APIC_ENABLE (1UL << 10) macro
A Dapic.h128 return msr & X2APIC_ENABLE; in apic_is_x2apic_enabled()
/linux/arch/x86/xen/
A Denlighten_pv.c922 val &= ~X2APIC_ENABLE; in xen_read_msr_safe()
/linux/arch/x86/kvm/vmx/
A Dnested.c859 if (CC(vcpu->arch.apic_base & X2APIC_ENABLE && e->index >> 8 == 0x8)) in nested_vmx_msr_check_common()
/linux/Documentation/virt/kvm/
A Dapi.rst3978 and their behavior depends on the ``X2APIC_ENABLE`` bit of the APIC base
5072 and their behavior depends on the ``X2APIC_ENABLE`` bit of the APIC base

Completed in 69 milliseconds