Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h120 u64 guest_ia32_efer; member
367 *value = current_evmcs->guest_ia32_efer; in evmcs_vmread()
795 current_evmcs->guest_ia32_efer = value; in evmcs_vmwrite()
/linux/arch/x86/kvm/vmx/
H A Dnested.c1874 vmcs12->guest_ia32_efer = evmcs->guest_ia32_efer; in copy_enlightened_to_vmcs12()
2059 evmcs->guest_ia32_efer = vmcs12->guest_ia32_efer; in copy_vmcs12_to_enlightened()
2278 return vmcs12->guest_ia32_efer; in nested_vmx_calc_efer()
3354 if (CC(!kvm_valid_efer(vcpu, vmcs12->guest_ia32_efer)) || in nested_vmx_check_guest_state()
3355 CC(ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA)) || in nested_vmx_check_guest_state()
3357 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LME)))) in nested_vmx_check_guest_state()
4701 vmcs12->guest_ia32_efer = vcpu->arch.efer; in sync_vmcs02_to_vmcs12()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst109 u64 guest_ia32_efer;