VirtualBox

Changeset 17285 in vbox for trunk/include


Ignore:
Timestamp:
Mar 3, 2009 2:34:35 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43648
Message:

PGM: Gone are MM_RAM_FLAGS_CREFS_SHIFT and MM_RAM_FLAGS_CREFS_MASK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/mm.h

    r17279 r17285  
    8686#define MM_RAM_FLAGS_DYNAMIC_ALLOC      RT_BIT(11)
    8787
    88 /** The shift used to get the reference count. */
    89 #define MM_RAM_FLAGS_CREFS_SHIFT        62
    90 /** The mask applied to the the page pool idx after using MM_RAM_FLAGS_CREFS_SHIFT to shift it down. */
    91 #define MM_RAM_FLAGS_CREFS_MASK         0x3
    9288/** The (shifted) cRef value used to indiciate that the idx is the head of a
    9389 * physical cross reference extent list. */
    94 #define MM_RAM_FLAGS_CREFS_PHYSEXT      MM_RAM_FLAGS_CREFS_MASK
     90#define MM_RAM_FLAGS_CREFS_PHYSEXT      0x3
    9591/** The shift used to get the page pool idx. (Apply MM_RAM_FLAGS_IDX_MASK to the result when shifting down). */
    9692#define MM_RAM_FLAGS_IDX_SHIFT          48
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