VirtualBox

Changeset 17290 in vbox for trunk/include


Ignore:
Timestamp:
Mar 3, 2009 3:05:31 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43656
Message:

PGM: -MM_RAM_FLAGS_IDX_SHIFT, -MM_RAM_FLAGS_IDX_MASK

File:
1 edited

Legend:

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

    r17286 r17290  
    8585/** Physical backing memory is allocated dynamically. Not set implies a one time static allocation. */
    8686#define MM_RAM_FLAGS_DYNAMIC_ALLOC      RT_BIT(11)
    87 
    88 /** The shift used to get the page pool idx. (Apply MM_RAM_FLAGS_IDX_MASK to the result when shifting down). */
    89 #define MM_RAM_FLAGS_IDX_SHIFT          48
    90 /** The mask applied to the the page pool idx after using MM_RAM_FLAGS_IDX_SHIFT to shift it down. */
    91 #define MM_RAM_FLAGS_IDX_MASK           0x3fff
    9287/** @} */
    9388
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