VirtualBox

Changeset 31983 in vbox for trunk


Ignore:
Timestamp:
Aug 26, 2010 11:55:07 AM (14 years ago)
Author:
vboxsync
Message:

Removed obsolete definitions

File:
1 edited

Legend:

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

    r31978 r31983  
    4141 * @{
    4242 */
    43 
    44 /** Chunk size for dynamically allocated physical memory. */
    45 #define PGM_DYNAMIC_CHUNK_SIZE          (1*1024*1024)
    46 /** Shift GC physical address by 20 bits to get the offset into the pvHCChunkHC array. */
    47 #define PGM_DYNAMIC_CHUNK_SHIFT         20
    48 /** Dynamic chunk offset mask. */
    49 #define PGM_DYNAMIC_CHUNK_OFFSET_MASK   0xfffff
    50 /** Dynamic chunk base mask. */
    51 #define PGM_DYNAMIC_CHUNK_BASE_MASK     (~(RTGCPHYS)PGM_DYNAMIC_CHUNK_OFFSET_MASK)
    52 
    5343
    5444/**
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