VirtualBox

Changeset 39920 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jan 31, 2012 2:55:13 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75998
Message:

GMM/PageFusion: Some cleanups (elimiated gotos) and more detailed assertions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/gmm.h

    r39917 r39920  
    617617{
    618618    /** Region base address. */
    619     RTGCPTR64           GCRegionAddr;
     619    RTGCPTR64                   GCRegionAddr;
    620620    /** Region size. */
    621     uint32_t            cbRegion;
     621    uint32_t                    cbRegion;
    622622    /** Alignment. */
    623     uint32_t            u32Alignment;
    624     /** Pointer to physical page id array. */
    625     uint32_t           *paHCPhysPageID;
     623    uint32_t                    u32Alignment;
     624    /** Pointer to physical GMM page ID array. */
     625    uint32_t                   *paidPages;
    626626} GMMSHAREDREGIONDESC;
    627627/** Pointer to a GMMSHAREDREGIONDESC. */
     
    664664    RTGCPHYS                    GCPhys;
    665665    /** GMM page id. (in/out) */
    666     uint32_t                    uHCPhysPageId;
     666    uint32_t                    idPage;
    667667    /** Align at 8 byte boundary. */
    668668    uint32_t                    uAlignment;
     
    671671typedef GMMSHAREDPAGEDESC *PGMMSHAREDPAGEDESC;
    672672
    673 GMMR0DECL(int) GMMR0SharedModuleCheckPage(PGVM pGVM, PGMMSHAREDMODULE pModule, unsigned idxRegion, unsigned idxPage, PGMMSHAREDPAGEDESC pPageDesc);
     673GMMR0DECL(int) GMMR0SharedModuleCheckPage(PGVM pGVM, PGMMSHAREDMODULE pModule, unsigned idxRegion, unsigned idxPage,
     674                                          PGMMSHAREDPAGEDESC pPageDesc);
    674675
    675676/**
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