Advertisement
Guest User

Untitled

a guest
Jun 5th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. dmap - adds a MMU DTLB mapping
  2. dunmap - removes a MMU DTLB mapping
  3. dtlbi - invalidates the whole DTLB
  4. dmapi - invalidates a DTLB mapping
  5. mmu - activates MMU
  6. nommu - disactivates MMU
  7. mmuread - reads from memory with MMU enabled
  8. mmuwrite - writes to memory with MMU enabled
  9. dtlbtest - runs DTLB MMU load store tests
  10. detest - runs DTLB MMU exception handling tests
  11. BIOS> dmap 0x44001000 0x44002000
  12. mapping 0x44001000->0x44002000 in slot 9 [0x446616e8]
  13. BIOS> dmapi 0x44001000
  14. BIOS> mmuwrite 0x44001000 0x01020304
  15.  
  16. And there you hang =)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement