Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h65 u64 host_ia32_efer; member
249 CHECK_OFFSET(host_ia32_efer, 264); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c67 FIELD64(HOST_IA32_EFER, host_ia32_efer),
H A Dhyperv_evmcs.c23 EVMCS1_FIELD(HOST_IA32_EFER, host_ia32_efer,
H A Dnested.c1710 vmcs12->host_ia32_efer = evmcs->host_ia32_efer; in copy_enlightened_to_vmcs12()
3059 if (CC(!kvm_valid_efer(vcpu, vmcs12->host_ia32_efer)) || in nested_vmx_check_host_state()
3060 CC(ia32e != !!(vmcs12->host_ia32_efer & EFER_LMA)) || in nested_vmx_check_host_state()
3061 CC(ia32e != !!(vmcs12->host_ia32_efer & EFER_LME))) in nested_vmx_check_host_state()
4646 vcpu->arch.efer = vmcs12->host_ia32_efer; in load_vmcs12_host_state()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h39 u64 host_ia32_efer; member
295 *value = current_evmcs->host_ia32_efer; in evmcs_vmread()
698 current_evmcs->host_ia32_efer = value; in evmcs_vmwrite()
/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h446 u64 host_ia32_efer; member
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst115 u64 host_ia32_efer;