Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dhyperv.h42 return vmx->nested.hv_evmcs; in nested_vmx_evmcs()
H A Dhyperv.c216 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in nested_evmcs_l2_tlb_flush_enabled()
H A Dnested.c240 vmx->nested.hv_evmcs = NULL; in nested_release_evmcs()
2145 vmx->nested.hv_evmcs = vmx->nested.hv_evmcs_map.hva; in nested_vmx_handle_enlightened_vmptrld()
2169 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) && in nested_vmx_handle_enlightened_vmptrld()
2170 (vmx->nested.hv_evmcs->revision_id != VMCS12_REVISION)) { in nested_vmx_handle_enlightened_vmptrld()
2197 vmx->nested.hv_evmcs->hv_clean_fields &= in nested_vmx_handle_enlightened_vmptrld()
2560 struct hv_enlightened_vmcs *hv_evmcs = nested_vmx_evmcs(vmx); in prepare_vmcs02_rare() local
2562 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2605 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
H A Dvmx.h199 struct hv_enlightened_vmcs *hv_evmcs; member