mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-05-02 22:43:29 +00:00
tests: Add a test for the MMU radix page table walks
This adds tests to check that the MMU and dTLB are translating addresses and checking permissions correctly. We use a simple 2-level radix tree. The radix tree maps 2GB of address space and has a 1024-entry page directory pointing to 512-entry page table pages. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
10
tests/test_mmu.console_out
Normal file
10
tests/test_mmu.console_out
Normal file
@@ -0,0 +1,10 @@
|
||||
test 01:PASS
|
||||
test 02:PASS
|
||||
test 03:PASS
|
||||
test 04:PASS
|
||||
test 05:PASS
|
||||
test 06:PASS
|
||||
test 07:PASS
|
||||
test 08:PASS
|
||||
test 09:PASS
|
||||
test 10:PASS
|
||||
Reference in New Issue
Block a user