- Timestamp:
- Mar 5, 2010 3:59:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/x86.h
r27094 r27109 1132 1132 unsigned u1Accessed : 1; 1133 1133 /** Dirty flag. 1134 * Indicates that the page ha vebeen written to. */1134 * Indicates that the page has been written to. */ 1135 1135 unsigned u1Dirty : 1; 1136 1136 /** Reserved / If PAT enabled, bit 2 of the index. */ … … 1189 1189 uint32_t u1Accessed : 1; 1190 1190 /** Dirty flag. 1191 * Indicates that the page ha vebeen written to. */1191 * Indicates that the page has been written to. */ 1192 1192 uint32_t u1Dirty : 1; 1193 1193 /** Reserved / If PAT enabled, bit 2 of the index. */ … … 1324 1324 unsigned u1CacheDisable : 1; 1325 1325 /** Accessed flag. 1326 * Indicates that the page ha vebeen read or written to. */1326 * Indicates that the page has been read or written to. */ 1327 1327 unsigned u1Accessed : 1; 1328 1328 /** Reserved / Ignored (dirty bit). */ … … 1359 1359 uint32_t u1CacheDisable : 1; 1360 1360 /** Accessed flag. 1361 * Indicates that the page ha vebeen read or written to. */1361 * Indicates that the page has been read or written to. */ 1362 1362 uint32_t u1Accessed : 1; 1363 1363 /** Reserved / Ignored (dirty bit). */ … … 1445 1445 unsigned u1Accessed : 1; 1446 1446 /** Dirty flag. 1447 * Indicates that the page ha vebeen written to. */1447 * Indicates that the page has been written to. */ 1448 1448 unsigned u1Dirty : 1; 1449 1449 /** Page size flag - always 1 for 4MB entries. */ … … 1488 1488 uint32_t u1Accessed : 1; 1489 1489 /** Dirty flag. 1490 * Indicates that the page ha vebeen written to. */1490 * Indicates that the page has been written to. */ 1491 1491 uint32_t u1Dirty : 1; 1492 1492 /** Page size flag - always 1 for 2MB entries. */
Note:
See TracChangeset
for help on using the changeset viewer.