Changeset 87553 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 3, 2021 10:44:02 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r87552 r87553 4910 4910 #else 4911 4911 PCCPUMCTX pCtx = &pVCpu->cpum.GstCtx; 4912 PVMCC pVM = pVCpu->CTX_SUFF(pVM);4913 4912 uint64_t const u64HostEfer = g_uHmVmxHostMsrEfer; 4914 4913 uint64_t const u64GuestEfer = pCtx->msrEFER; … … 4956 4955 * actually be used while executing the guest and not the CR4 shadow value). 4957 4956 */ 4958 AssertMsg( pV M->hmr0.s.fNestedPaging4957 AssertMsg( pVCpu->CTX_SUFF(pVM)->hmr0.s.fNestedPaging 4959 4958 || pVCpu->hm.s.enmShadowMode == PGMMODE_PAE 4960 4959 || pVCpu->hm.s.enmShadowMode == PGMMODE_PAE_NX
Note:
See TracChangeset
for help on using the changeset viewer.