Changes between Version 29 and Version 30 of VirtualMemory


Ignore:
Timestamp:
Jul 31, 2009, 6:23:32 PM (16 years ago)
Author:
gao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualMemory

    v29 v30  
    245245||                                                ||             ||                                                                         ||            ||
    246246|| MMU_PTPR                           ||    0       || Page Table Pointer Register                       || R/W   ||
    247 || MMU_MODE                        ||    1       || Data & Inst TLBs Mode Register                || R/W   ||
     247|| MMU_MODE                        ||    1       || Data & Inst TLBs and caches Mode Register                || R/W   ||
    248248|| MMU_ICACHE_FLUSH          ||    2      || Instruction Cache flush                            || W       ||
    249249|| MMU_DCACHE_FLUSH        ||      3       || Data Cache flush                                          || W       ||
     
    260260|| MMU_DBVAR                        ||  14      || Data Bad Virtual Address Register             || R      ||
    261261
    262 The generic MMU Mode Register has four bits and these 16 values are described as below :
     262The MMU Mode Register has four bits and these 16 values are described as below :
    263263
    264264||   MODE3   ||    MODE2   ||     MODE1   ||     MODE0    ||    description                                                                     ||
    265265|| (INS TLB) || (DATA TLB) || (INS CACHE) || (DATA CACHE) ||                                                                                    ||
     266||           ||            ||             ||              ||                                                                                    ||
    266267||     0     ||      0     ||      0      ||       0      || TLBs and caches deactivated                                                        ||
    267268||     0     ||      0     ||      0      ||       1      || TLBs and instruction cache deactivated, data cache actived                         ||
    268269||     0     ||      0     ||      1      ||       0      || TLBs and data cache deactivated, instruction cache actived                         ||
    269 ||     0     ||      0     ||      1      ||       1      || TLBs deactivated, instruction and data cache actived                               ||
     270||     0     ||      0     ||      1      ||       1      || TLBs deactivated, caches actived                                                   ||
    270271||     0     ||      1     ||      0      ||       0      || Instruction TLB and caches deactivated, data TLB actived                           ||
    271272||     0     ||      1     ||      0      ||       1      || Instruction TLB and instruction cache deactivated, data TLB and data cache actived ||