- Timestamp:
- Sep 24, 2021 9:28:57 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r91343 r91357 5881 5881 5882 5882 /* VMX_EPT_MEMTYPE_WB support is already checked in hmR0VmxSetupTaggedTlb(). */ 5883 pVmcsInfo->HCPhysEPTP |= VMX_EPT_MEMTYPE_WB5884 | (VMX_EPT_PAGE_WALK_LENGTH_DEFAULT << VMX_EPT_PAGE_WALK_LENGTH_SHIFT);5883 pVmcsInfo->HCPhysEPTP |= RT_BF_MAKE(VMX_BF_EPTP_MEMTYPE, VMX_EPTP_MEMTYPE_WB) 5884 | RT_BF_MAKE(VMX_BF_EPTP_PAGE_WALK_LENGTH, VMX_EPTP_PAGE_WALK_LENGTH_4); 5885 5885 5886 5886 /* Validate. See Intel spec. 26.2.1 "Checks on VMX Controls" */
Note:
See TracChangeset
for help on using the changeset viewer.