- Timestamp:
- Aug 26, 2010 11:55:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r31978 r31983 41 41 * @{ 42 42 */ 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 2048 /** Dynamic chunk offset mask. */49 #define PGM_DYNAMIC_CHUNK_OFFSET_MASK 0xfffff50 /** Dynamic chunk base mask. */51 #define PGM_DYNAMIC_CHUNK_BASE_MASK (~(RTGCPHYS)PGM_DYNAMIC_CHUNK_OFFSET_MASK)52 53 43 54 44 /**
Note:
See TracChangeset
for help on using the changeset viewer.