Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h36 u64 host_ia32_efer; member
292 *value = current_evmcs->host_ia32_efer; in evmcs_vmread()
695 current_evmcs->host_ia32_efer = value; in evmcs_vmwrite()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst115 u64 host_ia32_efer;
/linux/arch/x86/kvm/vmx/
H A Dnested.c1777 vmcs12->host_ia32_efer = evmcs->host_ia32_efer; in copy_enlightened_to_vmcs12()
1983 * evmcs->host_ia32_efer = vmcs12->host_ia32_efer; in copy_vmcs12_to_enlightened()
3234 if (CC(!kvm_valid_efer(vcpu, vmcs12->host_ia32_efer)) || in nested_vmx_check_host_state()
3235 CC(ia32e != !!(vmcs12->host_ia32_efer & EFER_LMA)) || in nested_vmx_check_host_state()
3236 CC(ia32e != !!(vmcs12->host_ia32_efer & EFER_LME))) in nested_vmx_check_host_state()
4801 vcpu->arch.efer = vmcs12->host_ia32_efer; in load_vmcs12_host_state()