Page table
DATA STRUCTURE THAT MAPS VIRTUAL ADDRESSES WITH PHYSICAL ADDRESSES
Address table; Page translation table; Page translation tables; Page tables; Hierarchical page tables; Inverted page table; Multilevel page table; Pte bit; Page Table Entry; Page table entry; Frame table; Page walk
A page table is the data structure used by a virtual memory system in a computer operating system to store the mapping between virtual addresses and physical addresses. Virtual addresses are used by the program executed by the accessing process, while physical addresses are used by the hardware, or more specifically, by the random-access memory (RAM) subsystem.