Searched refs:VMCS12_REVISION (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_set_nested_state_test.c22 * Mirror of VMCS12_REVISION in arch/x86/kvm/vmx/vmcs12.h. If that value
25 #define VMCS12_REVISION 0x11e57ed0 macro
85 set_revision_id_for_vmcs12(state, VMCS12_REVISION);
/linux-master/arch/x86/kvm/vmx/
H A Dvmcs12.h191 * VMCS12_REVISION is an arbitrary id that should be changed if the content or
198 #define VMCS12_REVISION 0x11e57ed0 macro
H A Dnested.c2107 (vmx->nested.hv_evmcs->revision_id != VMCS12_REVISION)) {
2124 vmcs12->hdr.revision_id = VMCS12_REVISION;
3063 if (CC(hdr.revision_id != VMCS12_REVISION) ||
5295 revision != VMCS12_REVISION)
5660 * VMCS12_REVISION identifier.
5673 if (hdr.revision_id != VMCS12_REVISION ||
6729 if (vmcs12->hdr.revision_id != VMCS12_REVISION)
6758 if (shadow_vmcs12->hdr.revision_id != VMCS12_REVISION ||
7033 VMCS12_REVISION |

Completed in 192 milliseconds