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.