summaryrefslogtreecommitdiff
path: root/target/openrisc/mmu.c
AgeCommit message (Expand)Author
2018-07-03target/openrisc: Reorg tlb lookupRichard Henderson
2018-07-03target/openrisc: Stub out handle_mmu_fault for softmmuRichard Henderson
2018-07-03target/openrisc: Use identical sizes for ITLB and DTLBRichard Henderson
2018-07-03target/openrisc: Fix cpu_mmu_indexRichard Henderson
2018-07-03target/openrisc: Reduce tlb to a single dimensionRichard Henderson
2018-07-03target/openrisc: Merge mmu_helper.c into mmu.cRichard Henderson
2018-07-03target/openrisc: Remove indirect function calls for mmuRichard Henderson
2018-07-03target/openrisc: Merge tlb allocation into CPUOpenRISCStateRichard Henderson
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-05-04target/openrisc: Fixes for memory debuggingStafford Horne
2017-02-14target/openrisc: Implement lwa, swaRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth