Changes between Version 46 and Version 47 of VirtualMemory
- Timestamp:
- Jan 8, 2012, 12:16:01 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualMemory
v46 v47 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). 255 254 256 In the case of the MIPS processor, these registers are implemented in coprocessor 2, and are accessed 255 257 using the ''mtc2'' (write) and ''mfc2'' (read) instructions. … … 283 285 || MMU_DOUBLE_SC || 22 || Double word store conditional || W || 284 286 285 '''Note''': A change to this table should be kept in syncwith https://www.soclib.fr/trac/dev/wiki/Component/Iss2Api287 '''Note''': A change to this table should be synchronised with https://www.soclib.fr/trac/dev/wiki/Component/Iss2Api 286 288 287 289 === 4.1 MMU_PTPR ===