Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt113 u64 guest_ia32_efer;
/linux-4.4.14/arch/x86/kvm/
Dvmx.c237 u64 guest_ia32_efer; member
725 FIELD64(GUEST_IA32_EFER, guest_ia32_efer),
9749 vcpu->arch.efer = vmcs12->guest_ia32_efer; in prepare_vmcs02()
9908 if (!kvm_valid_efer(vcpu, vmcs12->guest_ia32_efer) || in nested_vmx_run()
9909 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA) || in nested_vmx_run()
9911 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LME))) { in nested_vmx_run()
10232 vmcs12->guest_ia32_efer = vcpu->arch.efer; in prepare_vmcs12()