Searched refs:hv_evmcs (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dhyperv.h42 return vmx->nested.hv_evmcs;
H A Dhyperv.c215 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs;
H A Dnested.c235 vmx->nested.hv_evmcs = NULL;
260 * vmx->nested.hv_evmcs but this shouldn't be a problem.
2060 vmx->nested.hv_evmcs = vmx->nested.hv_evmcs_map.hva;
2084 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) &&
2085 (vmx->nested.hv_evmcs->revision_id != VMCS12_REVISION)) {
2112 vmx->nested.hv_evmcs->hv_clean_fields &=
2443 struct hv_enlightened_vmcs *hv_evmcs = nested_vmx_evmcs(vmx); local
2445 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields &
2487 if (!hv_evmcs || !(hv_evmc
[all...]
H A Dvmx.h250 struct hv_enlightened_vmcs *hv_evmcs; member in struct:nested_vmx

Completed in 132 milliseconds