Changeset 98036 in vbox
- Timestamp:
- Jan 10, 2023 10:26:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp
r97694 r98036 9052 9052 IEM_CTX_ASSERT(pVCpu, CPUMCTX_EXTRN_CR3); 9053 9053 RTGCUINTPTR64 const GCPtrInvAddr = uDesc.s.Hi; 9054 uint 8_t const uVpid = uDesc.s.Lo & UINT64_C(0xfff);9054 uint16_t const uVpid = uDesc.Words.w0; 9055 9055 uint64_t const uCr3 = pVCpu->cpum.GstCtx.cr3; 9056 9056 switch (u64InvvpidType)
Note:
See TracChangeset
for help on using the changeset viewer.