Changeset 30836 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Jul 14, 2010 1:50:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r30815 r30836 1401 1401 * 1402 1402 * The primary tree (Core) uses the chunk id as key. 1403 * The secondary tree (AgeCore) is used for ageing and uses ageing sequence number as key.1404 1403 */ 1405 1404 typedef struct PGMCHUNKR3MAP … … 1407 1406 /** The key is the chunk id. */ 1408 1407 AVLU32NODECORE Core; 1409 /** The key is the ageing sequence number. */1410 AVLLU32NODECORE AgeCore;1411 1408 /** The current age thingy. */ 1412 1409 uint32_t iAge; … … 2670 2667 R3R0PTRTYPE(PAVLU32NODECORE) pTree; 2671 2668 #endif 2672 /** The chunk age tree, ordered by ageing sequence number. */2673 R3PTRTYPE(PAVLLU32NODECORE) pAgeTree;2674 2669 /** The chunk mapping TLB. */ 2675 2670 PGMCHUNKR3MAPTLB Tlb;
Note:
See TracChangeset
for help on using the changeset viewer.