Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dnested.c179 if (vmx->nested.current_vmptr == -1ull && !vmx->nested.hv_evmcs) in nested_vmx_failValid()
222 if (!vmx->nested.hv_evmcs) in nested_release_evmcs()
227 vmx->nested.hv_evmcs = NULL; in nested_release_evmcs()
1430 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_enlightened_to_vmcs12()
1650 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in copy_vmcs12_to_enlightened()
1832 if (!vmx->nested.hv_evmcs) in nested_vmx_handle_enlightened_vmptrld()
1841 vmx->nested.hv_evmcs = vmx->nested.hv_evmcs_map.hva; in nested_vmx_handle_enlightened_vmptrld()
1865 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) && in nested_vmx_handle_enlightened_vmptrld()
1866 (vmx->nested.hv_evmcs->revision_id != VMCS12_REVISION)) { in nested_vmx_handle_enlightened_vmptrld()
1894 vmx->nested.hv_evmcs->hv_clean_fields &= in nested_vmx_handle_enlightened_vmptrld()
[all …]
Dnested.h58 vmx->nested.hv_evmcs; in vmx_has_valid_vmcs12()
Dvmx.h185 struct hv_enlightened_vmcs *hv_evmcs; member