Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/vmx/
Dhyperv.h42 return vmx->nested.hv_evmcs; in nested_vmx_evmcs()
Dhyperv.c215 struct hv_enlightened_vmcs *evmcs = vmx->nested.hv_evmcs; in nested_evmcs_l2_tlb_flush_enabled()
Dnested.c236 vmx->nested.hv_evmcs = NULL; in nested_release_evmcs()
2110 vmx->nested.hv_evmcs = vmx->nested.hv_evmcs_map.hva; in nested_vmx_handle_enlightened_vmptrld()
2134 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) && in nested_vmx_handle_enlightened_vmptrld()
2135 (vmx->nested.hv_evmcs->revision_id != VMCS12_REVISION)) { in nested_vmx_handle_enlightened_vmptrld()
2162 vmx->nested.hv_evmcs->hv_clean_fields &= in nested_vmx_handle_enlightened_vmptrld()
2509 struct hv_enlightened_vmcs *hv_evmcs = nested_vmx_evmcs(vmx); in prepare_vmcs02_rare() local
2511 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2554 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
Dvmx.h246 struct hv_enlightened_vmcs *hv_evmcs; member