Expand description
Entries of Page Table and thier permissions.
Structs§
- Page
Table Root - A page table root.
- Pde
- Page Directory Entry (PDE).
- PdeFlags
- Flags for pde.
- Pdpe
- Page Directory Pointer Table Entry (PDPE).
- Pdpe
Flags - Flags for pdpe.
- Permission
- Possible memory permissions for a page.
- Pml4e
- Page Map Level 4 Entry (PML4E).
- Pml4e
Flags - Flags for pml4e.
- Pte
- Page Table Entry (PTE).
- PteFlags
- Flags for pte.
- StaleTLB
Entry - Struct for invalidating the TLB (Translation Lookaside Buffer) entry.
Enums§
- Page
Table Mapping Error - Page Table Mapping Error.
Functions§
- tlb_
shutdown - Shutdown the TLB.