|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
n |
Because the
page table is in main memory,
|
|
|
each virtual
memory reference causes at
|
|
|
least two
physical memory accesses
|
|
|
|
u |
one to fetch the
page table entry
|
|
|
|
u |
one to fetch the
data
|
|
|
n |
To overcome
this problem a special cache
|
|
|
is set up for
page table entries
|
|
|
|
u |
called the TLB -
Translation Lookaside Buffer
|
|
|
|
F |
Contains page
table entries that have been most
|
|
recently used
|
|
|
|
F |
Works similar to
main memory cache
|
|