Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h57 u64 guest_ia32_efer; member
239 CHECK_OFFSET(guest_ia32_efer, 200); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c59 FIELD64(GUEST_IA32_EFER, guest_ia32_efer),
H A Dhyperv.c82 EVMCS1_FIELD(GUEST_IA32_EFER, guest_ia32_efer,
H A Dnested.c1764 vmcs12->guest_ia32_efer = evmcs->guest_ia32_efer; in copy_enlightened_to_vmcs12()
1945 evmcs->guest_ia32_efer = vmcs12->guest_ia32_efer; in copy_vmcs12_to_enlightened()
2157 return vmcs12->guest_ia32_efer; in nested_vmx_calc_efer()
3069 if (CC(!kvm_valid_efer(vcpu, vmcs12->guest_ia32_efer)) || in nested_vmx_check_guest_state()
3070 CC(ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA)) || in nested_vmx_check_guest_state()
3072 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LME)))) in nested_vmx_check_guest_state()
4428 vmcs12->guest_ia32_efer = vcpu->arch.efer; in sync_vmcs02_to_vmcs12()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h123 u64 guest_ia32_efer; member
370 *value = current_evmcs->guest_ia32_efer; in evmcs_vmread()
798 current_evmcs->guest_ia32_efer = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h523 u64 guest_ia32_efer; member
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst109 u64 guest_ia32_efer;