Changeset 36627 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 8, 2011 3:38:47 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71083
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r36441 r36627 1677 1677 int32_t volatile cRefs; 1678 1678 /** PTE pointer union. */ 1679 unionPGMRCDYNMAPENTRY_PPTE1679 struct PGMRCDYNMAPENTRY_PPTE 1680 1680 { 1681 1681 /** PTE pointer, 32-bit legacy version. */ … … 1683 1683 /** PTE pointer, PAE version. */ 1684 1684 RCPTRTYPE(PX86PTEPAE) pPae; 1685 /** PTE pointer, the void version. */1686 RTRCPTR pv;1687 1685 } uPte; 1688 1686 /** Alignment padding. */ … … 1712 1710 /** The cache size given as a number of pages. */ 1713 1711 uint32_t cPages; 1714 /** Whether it's 32-bit legacy or PAE/AMD64 paging mode. */1715 bool fLegacyMode;1716 1712 /** The current load. 1717 1713 * This does not include guard pages. */
Note:
See TracChangeset
for help on using the changeset viewer.