VirtualBox

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


Ignore:
Timestamp:
Sep 9, 2010 3:55:20 PM (14 years ago)
Author:
vboxsync
Message:

Some cleanup

File:
1 edited

Legend:

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

    r32302 r32362  
    21732173    uint32_t                    cDirtyPages;
    21742174    /* Array of current dirty pgm pool page indices. */
    2175     uint16_t                    aIdxDirtyPages[16];
    2176     uint64_t                    aDirtyPages[16][512];
     2175    struct
     2176    {
     2177        uint16_t                    uIdx;
     2178        uint16_t                    Alignment[3];
     2179        uint64_t                    aPage[512];
     2180    } aDirtyPages[16];
    21772181    /** The number of pages currently in use. */
    21782182    uint16_t                    cUsedPages;
     
    38283832void            pgmPoolAddDirtyPage(PVM pVM, PPGMPOOL pPool, PPGMPOOLPAGE pPage);
    38293833void            pgmPoolResetDirtyPages(PVM pVM);
     3834void            pgmPoolResetDirtyPage(PVM pVM, RTGCPTR GCPtrPage);
    38303835
    38313836int             pgmR3ExitShadowModeBeforePoolFlush(PVM pVM, PVMCPU pVCpu);
Note: See TracChangeset for help on using the changeset viewer.

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