Changeset 14175 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 13, 2008 1:24:19 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39279
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r14174 r14175 1236 1236 */ 1237 1237 #define PGM_PAGER3MAPTLB_IDX(GCPhys) ( ((GCPhys) >> PAGE_SHIFT) & (PGM_PAGER3MAPTLB_ENTRIES - 1) ) 1238 1239 1240 /**1241 * Mapping cache usage set entry.1242 */1243 typedef struct PGMMAPSETENTRY1244 {1245 /** The mapping cache index. */1246 uint16_t iMap;1247 /** The number of references. */1248 uint16_t cRef;1249 } PGMMAPSETENTRY;1250 /** Pointer to a mapping cache usage set entry. */1251 typedef PGMMAPSETENTRY *PPGMMAPSETENTRY;1252 1253 /**1254 * .1255 */1256 typedef struct PGMMAPSET1257 {1258 1259 };1260 1238 1261 1239
Note:
See TracChangeset
for help on using the changeset viewer.