Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs.h15 u32 revision_id:31; member
Dcapabilities.h54 u32 revision_id; member
Dnested.c1871 if ((vmx->nested.hv_evmcs->revision_id != KVM_EVMCS_VERSION) && in nested_vmx_handle_enlightened_vmptrld()
1872 (vmx->nested.hv_evmcs->revision_id != VMCS12_REVISION)) { in nested_vmx_handle_enlightened_vmptrld()
1890 vmcs12->hdr.revision_id = VMCS12_REVISION; in nested_vmx_handle_enlightened_vmptrld()
2758 if (CC(shadow->hdr.revision_id != VMCS12_REVISION) || in nested_vmx_check_vmcs_link_ptr()
4867 if (new_vmcs12->hdr.revision_id != VMCS12_REVISION || in handle_vmptrld()
5747 if (vmcs12->hdr.revision_id != VMCS12_REVISION) in vmx_set_nested_state()
5773 if (shadow_vmcs12->hdr.revision_id != VMCS12_REVISION || in vmx_set_nested_state()
Dvmx.c2592 vmcs_conf->revision_id = vmx_msr_low; in setup_vmcs_config()
2620 vmcs->hdr.revision_id = KVM_EVMCS_VERSION; in alloc_vmcs_cpu()
2622 vmcs->hdr.revision_id = vmcs_config.revision_id; in alloc_vmcs_cpu()
2721 vmcs->hdr.revision_id = vmcs_config.revision_id; in alloc_kvm_area()
/arch/x86/include/asm/
Dhyperv-tlfs.h557 u32 revision_id; member