Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c194 if (vmx->nested.current_vmptr == -1ull && !vmx->nested.hv_evmcs) in nested_vmx_fail()
228 if (!vmx->nested.hv_evmcs) in nested_release_evmcs()
233 vmx->nested.hv_evmcs = NULL; in nested_release_evmcs()
1605 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_enlightened_to_vmcs12()
1821 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_vmcs12_to_enlightened()
1998 if (unlikely(!vmx->nested.hv_evmcs || in nested_vmx_handle_enlightened_vmptrld()
2000 if (!vmx->nested.hv_evmcs) in nested_vmx_handle_enlightened_vmptrld()
2009 vmx->nested.hv_evmcs = vmx->nested.hv_evmcs_map.hva; in nested_vmx_handle_enlightened_vmptrld()
2033 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) && in nested_vmx_handle_enlightened_vmptrld()
2034 (vmx->nested.hv_evmcs->revision_id != VMCS12_REVISION)) { in nested_vmx_handle_enlightened_vmptrld()
[all …]
Dnested.h66 vmx->nested.hv_evmcs; in vmx_has_valid_vmcs12()
Dvmx.h177 struct hv_enlightened_vmcs *hv_evmcs; member