Home
last modified time | relevance | path

Searched refs:host_ia32_efer (Results 1 – 6 of 6) 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.c1713 vmcs12->host_ia32_efer = evmcs->host_ia32_efer; in copy_enlightened_to_vmcs12()
3084 if (CC(!kvm_valid_efer(vcpu, vmcs12->host_ia32_efer)) || in nested_vmx_check_host_state()
3085 CC(ia32e != !!(vmcs12->host_ia32_efer & EFER_LMA)) || in nested_vmx_check_host_state()
3086 CC(ia32e != !!(vmcs12->host_ia32_efer & EFER_LME))) in nested_vmx_check_host_state()
4682 vcpu->arch.efer = vmcs12->host_ia32_efer; in load_vmcs12_host_state()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst115 u64 host_ia32_efer;