Skip to content
EECS 4340 Final Review

Inverted (hashed) page table

Tag: inverted-page-table

Aliases: hashed page table, IPT

A page-table organization with one entry per physical frame rather than per virtual page. Translation hashes (PID, VPN) into a small set of candidate entries that are searched for a matching tuple. Size is proportional to physical memory.

Lecture references