Changeset 91964 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 21, 2021 3:32:35 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r91963 r91964 5944 5944 uint64_t const fInvPhysMask = !CPUMIsGuestVmxEptPagingEnabledEx(IEM_GET_CTX(pVCpu)) 5945 5945 ? ~(RT_BIT_64(IEM_GET_GUEST_CPU_FEATURES(pVCpu)->cMaxPhysAddrWidth) - 1U) 5946 : ( X86_CR3_EPT_PAGE_MASK | X86_PAGE_4K_OFFSET_MASK);5946 : (~X86_CR3_EPT_PAGE_MASK | X86_PAGE_4K_OFFSET_MASK); 5947 5947 #else 5948 5948 uint64_t const fInvPhysMask = UINT64_C(0xfff0000000000000);
Note:
See TracChangeset
for help on using the changeset viewer.