| |
| | lecture17.txt |
 | | Example: mov (sp)+, 10 or a block transfer instruction with source and destination overlapping each other; ----------------------------------------------------------------------------- Topic 1: how does MMU find a page table entry. |
 | | The address is first feed to cache or instruction prefetch buffer, if it is there, done; *3. |
 | | retry the instruction that was not finished due to the page fault; ----------------------------------------------------------------------------- Structure of a page table entry: valid bit, R/W/E permission bits (3 bits), clean/dirty bit, reference bit; the rest: used for physical page number; Structure of a TLB entry: Process ID + virtual page number, and the above page table entry. |
| www.cs.wisc.edu /~cao/cs537/lecture17.txt |
|