Changeset 26107 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Jan 30, 2010 2:18:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r25956 r26107 2720 2720 bool volatile fErrInjHandyPages; 2721 2721 /** Padding. */ 2722 bool afReserved[ 7];2722 bool afReserved[3]; 2723 2723 /** @} */ 2724 2724 2725 2725 /** @name Release Statistics 2726 2726 * @{ */ 2727 uint32_t cAllPages; /**< The total number of pages. (Should be Private + Shared + Zero .) */2727 uint32_t cAllPages; /**< The total number of pages. (Should be Private + Shared + Zero + Pure MMIO.) */ 2728 2728 uint32_t cPrivatePages; /**< The number of private pages. */ 2729 2729 uint32_t cSharedPages; /**< The number of shared pages. */ 2730 2730 uint32_t cZeroPages; /**< The number of zero backed pages. */ 2731 uint32_t cPureMmioPages; /**< The number of pure MMIO pages. */ 2731 2732 uint32_t cMonitoredPages; /**< The number of write monitored pages. */ 2732 2733 uint32_t cWrittenToPages; /**< The number of previously write monitored pages. */
Note:
See TracChangeset
for help on using the changeset viewer.