Home
last modified time | relevance | path

Searched refs:guest_ia32_efer (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt113 u64 guest_ia32_efer;
/linux-4.1.27/arch/x86/kvm/
Dvmx.c233 u64 guest_ia32_efer; member
670 FIELD64(GUEST_IA32_EFER, guest_ia32_efer),
9337 vcpu->arch.efer = vmcs12->guest_ia32_efer; in prepare_vmcs02()
9496 if (!kvm_valid_efer(vcpu, vmcs12->guest_ia32_efer) || in nested_vmx_run()
9497 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA) || in nested_vmx_run()
9499 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LME))) { in nested_vmx_run()
9820 vmcs12->guest_ia32_efer = vcpu->arch.efer; in prepare_vmcs12()