Changeset 24625 in vbox for trunk/include
- Timestamp:
- Nov 13, 2009 4:45:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/x86.h
r24453 r24625 1495 1495 uint32_t u1NoExecute : 1; 1496 1496 } X86PDE2MPAEBITS; 1497 /** Pointer to a 4MB PAE page table entry. */1497 /** Pointer to a 2MB PAE page table entry. */ 1498 1498 typedef X86PDE2MPAEBITS *PX86PDE2MPAEBITS; 1499 /** Pointer to a 4MB PAE page table entry. */1499 /** Pointer to a 2MB PAE page table entry. */ 1500 1500 typedef const X86PDE2MPAEBITS *PCX86PDE2MPAEBITS; 1501 1501
Note:
See TracChangeset
for help on using the changeset viewer.