Changeset 9614
- Timestamp:
- 06/11/08 15:45:56 (6 months ago)
- Files:
-
- trunk/include/VBox/x86.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/x86.h
r9571 r9614 1648 1648 1649 1649 /** The page shift to get the PML4 index. */ 1650 #define X86_PML4_SHIFT UINT64_C(39)1650 #define X86_PML4_SHIFT 39 1651 1651 /** The PML4 index mask (apply to a shifted page address). */ 1652 1652 #define X86_PML4_MASK 0x1ff

