Changes between Version 48 and Version 49 of VirtualMemory
- Timestamp:
- Jan 8, 2012, 12:43:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualMemory
v48 v49 252 252 The generic MMU contains a set of 32 bits registers (or pseudo-registers) that can be accessed by operating system, 253 253 through a dedicated MMU driver. 254 The register index is contained in the 5 LSB bits of the address field (dreq.addr). The value to be written in the register is contained in the data field (dreq.wdata).254 The register index is contained in the 7 LSB bits of the address field (dreq.addr>>2). The value to be written in the register is contained in the data field (dreq.wdata). 255 255 256 256 In the case of the MIPS processor, these registers are implemented in coprocessor 2, and are accessed