Changeset 102806 in vbox
- Timestamp:
- Jan 10, 2024 6:37:17 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r102805 r102806 193 193 /** Alignment padding. */ 194 194 uint16_t uAlign; 195 /** The number of bytes to map via these MTRRs . */195 /** The number of bytes to map via these MTRRs (not including UC regions). */ 196 196 uint64_t cbToMap; 197 /** The number of bytes mapped via these MTRRs . */197 /** The number of bytes mapped via these MTRRs (not including UC regions). */ 198 198 uint64_t cbMapped; 199 199 /** The variable-range MTRRs. */
Note:
See TracChangeset
for help on using the changeset viewer.