Advertisement
Guest User

Milkymist MMU

a guest
Jun 23rd, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. dtlbtest - runs DTLB MMU load store tests
  2. itlbtest - runs ITLB MMU tests
  3. detest - runs DTLB MMU exception handling tests
  4. BIOS> itlbtest
  5. stack == 0x47FFFEF0
  6. f() is located at 0x00865a44
  7. Mapping f() into virtual memory at 0x44004000 [physical == 0x44005000]
  8. mapping 0x47FFF000->0x47FFF000 in slot 29 [0x446617d8]
  9. mapping 0x44004000->0x44005000 in slot 28 [0x446617cc]
  10. mapping 0x00865000->0x00865000 in slot 27 [0x446617c0]
  11. mapping 0x0086D000->0x0086D000 in slot 26 [0x446617b4]
  12. Mapping DONE
  13. Copy DONE
  14. Instruction and Data caches have been invalidated
  15. Address 0x44004000 caused an ITLB page fault
  16. Refilling ITLB with mapping 0x44004000->0x44005000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement