Changes between Version 46 and Version 47 of VirtualMemory


Ignore:
Timestamp:
Jan 8, 2012, 12:16:01 PM (12 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualMemory

    v46 v47  
    252252The generic MMU contains a set of 32 bits registers (or pseudo-registers) that can be accessed by operating system,
    253253through a dedicated MMU driver.
     254The 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 
    254256In the case of the MIPS processor, these registers are implemented in coprocessor 2, and are accessed
    255257using the ''mtc2'' (write) and ''mfc2'' (read) instructions.
     
    283285|| MMU_DOUBLE_SC                ||  22      ||  Double word store conditional                       || W     ||
    284286
    285 '''Note''': A change to this table should be kept in sync with https://www.soclib.fr/trac/dev/wiki/Component/Iss2Api
     287'''Note''': A change to this table should be synchronised with https://www.soclib.fr/trac/dev/wiki/Component/Iss2Api
    286288
    287289=== 4.1 MMU_PTPR ===