Changes between Version 36 and Version 37 of VirtualMemory


Ignore:
Timestamp:
Sep 11, 2009, 1:48:48 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualMemory

    v36 v37  
    275275
    276276The '''MMU_PTPR''' register contains the base address of the currently used first level page table.
    277 As this base address is aligned on a 8 Kbytes boundary, and we want to support (up to) 40 bits
    278 physical addresses, the PTPR register contains only the 27 MSB bits of the base address :
     277The PTPR is a 32 bits register, and the physical address can be (up to) 40 bits.
     278As the base address is aligned on a 8 Kbytes boundary, the PTPR register contains only the 27 MSB bits of the base address :
    279279
    280280|| 00000 || BASE_ADDRESS[39:13] ||
     
    304304The '''MMU_PARAMS''' register define the instruction and data caches & TLBs characteristics :
    305305
    306   ||WTD||STD||WCD||SCD||WTI||STI||WCII||SCI||NBL||
     306  ||WTD||STD||WCD||SCD||WTI||STI||WCI||SCI||NBL||
    307307 * WTD (3 bits) : Ln(number of associative ways for the Data TLB)
    308308 * STD (4 bits) : Ln(number of sets for the Data TLB)