Home
last modified time | relevance | path

Searched refs:revision_id (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kvm/vmx/
Dvmcs.h17 u32 revision_id:31; member
Dcapabilities.h58 u32 revision_id; member
Dnested.c2019 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) && in nested_vmx_handle_enlightened_vmptrld()
2020 (vmx->nested.hv_evmcs->revision_id != VMCS12_REVISION)) { in nested_vmx_handle_enlightened_vmptrld()
2037 vmcs12->hdr.revision_id = VMCS12_REVISION; in nested_vmx_handle_enlightened_vmptrld()
2969 if (CC(shadow->hdr.revision_id != VMCS12_REVISION) || in nested_vmx_check_vmcs_link_ptr()
5415 if (new_vmcs12->hdr.revision_id != VMCS12_REVISION || in handle_vmptrld()
6449 if (vmcs12->hdr.revision_id != VMCS12_REVISION) in vmx_set_nested_state()
6478 if (shadow_vmcs12->hdr.revision_id != VMCS12_REVISION || in vmx_set_nested_state()
Dvmx.c2669 vmcs_conf->revision_id = vmx_msr_low; in setup_vmcs_config()
2699 vmcs->hdr.revision_id = KVM_EVMCS_VERSION; in alloc_vmcs_cpu()
2701 vmcs->hdr.revision_id = vmcs_config.revision_id; in alloc_vmcs_cpu()
2794 vmcs->hdr.revision_id = vmcs_config.revision_id; in alloc_kvm_area()
/arch/x86/include/asm/
Dhyperv-tlfs.h365 u32 revision_id; member