VirtualBox
Show
Ignore:
Timestamp:
10/02/07 17:43:06 (1 year ago)
Author:
vboxsync
Message:

The rest of the GMM code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/gmm.h

    r5142 r5143  
    5858 * The constraints are currently dictated by PGMPAGE. */ 
    5959#define GMM_PAGEID_LAST                 (RT_BIT_32(28) - 1) 
     60/** Mask out the page index from the Page ID. */ 
     61#define GMM_PAGEID_IDX_MASK             ((1U << GMM_CHUNKID_SHIFT) - 1) 
    6062/** The NIL Chunk ID value. */ 
    6163#define NIL_GMM_CHUNKID                 0 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy