Changeset 20136 in vbox
- Timestamp:
- May 29, 2009 8:12:12 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r20135 r20136 1580 1580 } PGMPOOLKIND; 1581 1581 1582 1582 /** 1583 * The access attributes of the page; only applies to big pages. 1584 */ 1583 1585 typedef enum 1584 1586 { -
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r20135 r20136 1425 1425 * @param GCPhys The GC physical address of the page we're gonna shadow. 1426 1426 * @param enmKind The kind of mapping. 1427 * @param enmAccess Access type for the mapping (only relevant for big pages) 1427 1428 * @param iUser The shadow page pool index of the user table. 1428 1429 * @param iUserTable The index into the user table (shadowed).
Note:
See TracChangeset
for help on using the changeset viewer.