Expand description
§Memory Page Table
Modules§
- pd
- x86-64 Page Directory (PD / L2)
- pdpt
- x86-64 Page Directory Pointer Table (PDPT / L3)
- pml4
- x86-64 Page Map Level 4 (PML4)
- pt
- x86-64 Page Table (PT / L1)
Constants§
- PRESENT_
BIT 🔒 - Hardware Present bit position shared across levels (bit 0).
- PS_BIT 🔒
- Hardware Page Size (PS) bit position shared across levels (bit 7).