Changes between Version 51 and Version 52 of VirtualMemory
- Timestamp:
- Jul 31, 2013, 12:00:52 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualMemory
v51 v52 103 103 * The L bit is set by the hardware, when the page is accessed by a local processor or coprocessor, after a TLB miss, and when it is not already set. 104 104 * The R bit is set by the hardware, when the page is accessed by a remote processor or coprocessor, after a TLB miss, and when it is not already set. 105 These page table updates use atomic access ( LL/SC).105 These page table updates use atomic access (CAS). 106 106 107 107 The PPN2 value (28 bits) must be concatened with the page offset (12 bits) to build the 40 bits physical address.