Changeset 24722 in vbox for trunk/src/VBox
- Timestamp:
- Nov 17, 2009 1:44:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r24711 r24722 1426 1426 /** The number of TLB entries in PGMCHUNKR3MAPTLB. 1427 1427 * @remark Must be a power of two value. */ 1428 #define PGM_CHUNKR3MAPTLB_ENTRIES 321428 #define PGM_CHUNKR3MAPTLB_ENTRIES 64 1429 1429 1430 1430 /** … … 1494 1494 /** The number of entries in the ring-3 guest page mapping TLB. 1495 1495 * @remarks The value must be a power of two. */ 1496 #define PGM_PAGER3MAPTLB_ENTRIES 641496 #define PGM_PAGER3MAPTLB_ENTRIES 256 1497 1497 1498 1498 /**
Note:
See TracChangeset
for help on using the changeset viewer.