Home
last modified time | relevance | path

Searched refs:KVM_EVMCS_VERSION (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Devmcs.h21 #define KVM_EVMCS_VERSION 1 macro
H A Devmcs.c334 * KVM_EVMCS_VERSION. in nested_get_evmcs_version()
338 return (KVM_EVMCS_VERSION << 8) | 1; in nested_get_evmcs_version()
H A Dvmx.c2684 vmcs->hdr.revision_id = KVM_EVMCS_VERSION; in alloc_vmcs_cpu()
2770 * vmcs->revision_id to KVM_EVMCS_VERSION instead of in alloc_kvm_area()
8166 KVM_EVMCS_VERSION) { in vmx_init()
H A Dnested.c2027 * (== KVM_EVMCS_VERSION) and thus we expect guest to set this in nested_vmx_handle_enlightened_vmptrld()
2047 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) && in nested_vmx_handle_enlightened_vmptrld()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dhyperv.h21 #define KVM_EVMCS_VERSION 1 macro
H A Dhyperv.c448 * KVM_EVMCS_VERSION. in nested_get_evmcs_version()
455 return (KVM_EVMCS_VERSION << 8) | 1; in nested_get_evmcs_version()
H A Dvmx.c570 KVM_EVMCS_VERSION) { in hv_init_evmcs()
2881 vmcs->hdr.revision_id = KVM_EVMCS_VERSION; in alloc_vmcs_cpu()
2967 * vmcs->revision_id to KVM_EVMCS_VERSION instead of in alloc_kvm_area()
H A Dnested.c2030 * (== KVM_EVMCS_VERSION) and thus we expect guest to set this in nested_vmx_handle_enlightened_vmptrld()
2050 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) && in nested_vmx_handle_enlightened_vmptrld()

Completed in 34 milliseconds