Skip to content
EECS 4340 Final Review

Address translation

Tag: address-translation

Aliases: virtual-to-physical translation, VA-to-PA translation

The hardware process by which a virtual (effective) address is rewritten to a physical address on every memory reference, using a TLB-cached page-table lookup. The shared mechanism that implements both protection and demand paging.

Lecture references