Changes between Version 29 and Version 30 of VirtualMemory
- Timestamp:
- Jul 31, 2009, 6:23:32 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualMemory
v29 v30 245 245 || || || || || 246 246 || 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 || 248 248 || MMU_ICACHE_FLUSH || 2 || Instruction Cache flush || W || 249 249 || MMU_DCACHE_FLUSH || 3 || Data Cache flush || W || … … 260 260 || MMU_DBVAR || 14 || Data Bad Virtual Address Register || R || 261 261 262 The genericMMU Mode Register has four bits and these 16 values are described as below :262 The MMU Mode Register has four bits and these 16 values are described as below : 263 263 264 264 || MODE3 || MODE2 || MODE1 || MODE0 || description || 265 265 || (INS TLB) || (DATA TLB) || (INS CACHE) || (DATA CACHE) || || 266 || || || || || || 266 267 || 0 || 0 || 0 || 0 || TLBs and caches deactivated || 267 268 || 0 || 0 || 0 || 1 || TLBs and instruction cache deactivated, data cache actived || 268 269 || 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 || 270 271 || 0 || 1 || 0 || 0 || Instruction TLB and caches deactivated, data TLB actived || 271 272 || 0 || 1 || 0 || 1 || Instruction TLB and instruction cache deactivated, data TLB and data cache actived ||