Changeset 37137 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 18, 2011 2:49:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r36940 r37137 1264 1264 1265 1265 1266 /** Enables the RAM range search trees. */1267 #define PGM_USE_RAMRANGE_SEARCH_TREES1268 1269 1266 /** 1270 1267 * RAM range for GC Phys to HC Phys conversion. … … 1302 1299 RCPTRTYPE(struct PGMRAMRANGE *) pSelfRC; 1303 1300 1304 #ifdef PGM_USE_RAMRANGE_SEARCH_TREES1305 1301 /** Alignment padding. */ 1306 1302 RTRCPTR Alignment0; … … 1317 1313 /** Pointer to the right search three node - raw-mode context. */ 1318 1314 RCPTRTYPE(struct PGMRAMRANGE *) pRightRC; 1319 #endif1320 1315 1321 1316 /** Padding to make aPage aligned on sizeof(PGMPAGE). */ 1322 #ifdef PGM_USE_RAMRANGE_SEARCH_TREES 1323 # if HC_ARCH_BITS == 32 1317 #if HC_ARCH_BITS == 32 1324 1318 uint32_t au32Alignment2[HC_ARCH_BITS == 32 ? 2 : 0]; 1325 # endif1326 #else1327 uint32_t au32Alignment2[HC_ARCH_BITS == 32 ? 1 : 3];1328 1319 #endif 1329 1320 /** Array of physical guest page tracking structures. */
Note:
See TracChangeset
for help on using the changeset viewer.