Page table
Tag: page-table
Aliases: multilevel page table
An OS-managed data structure mapping virtual pages to physical frames. Modern systems use multilevel (radix) page tables walked by hardware on TLB miss.
Lecture references
- L15 · Virtual Memory — p.12 , p.15 , p.17 , p.20 , p.21
- L16 · Multiprocessors — p.17