Virtual Memory Terms
-
Page is the name used for a block.
-
Page fault is the name for a miss.
-
Virtual address is the address produced by a CPU.
-
Physical address is the address used to access main memory
and typically cache as well.
-
Page table is the data structure containing the mappings
between virtual and physical addresses.
-
Translation Lookaside Buffer is a cache that contains a
portion of the page table.
|