VirtualBox

Changeset 26107 in vbox for trunk/src/VBox/VMM/PGMInternal.h


Ignore:
Timestamp:
Jan 30, 2010 2:18:03 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57093
Message:

PGM: Some harmless page counting error and factored out the pure MMIO pages from the zero page count. (should probably drop all MMIO pages out of the zero page count later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r25956 r26107  
    27202720    bool volatile                   fErrInjHandyPages;
    27212721    /** Padding. */
    2722     bool                            afReserved[7];
     2722    bool                            afReserved[3];
    27232723    /** @} */
    27242724
    27252725    /** @name Release Statistics
    27262726     * @{ */
    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.) */
    27282728    uint32_t                        cPrivatePages;      /**< The number of private pages. */
    27292729    uint32_t                        cSharedPages;       /**< The number of shared pages. */
    27302730    uint32_t                        cZeroPages;         /**< The number of zero backed pages. */
     2731    uint32_t                        cPureMmioPages;     /**< The number of pure MMIO pages. */
    27312732    uint32_t                        cMonitoredPages;    /**< The number of write monitored pages. */
    27322733    uint32_t                        cWrittenToPages;    /**< The number of previously write monitored pages. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette