aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson1-6/+0
2019-05-10target/openrisc: Convert to CPUClass::tlb_fillRichard Henderson1-31/+34
2019-05-08target/openrisc: Fix LGPL information in the file headersThomas Huth1-1/+1
2018-07-03target/openrisc: Reorg tlb lookupRichard Henderson1-162/+88
2018-07-03target/openrisc: Stub out handle_mmu_fault for softmmuRichard Henderson1-30/+5
2018-07-03target/openrisc: Use identical sizes for ITLB and DTLBRichard Henderson1-2/+2
2018-07-03target/openrisc: Fix cpu_mmu_indexRichard Henderson1-3/+30
2018-07-03target/openrisc: Reduce tlb to a single dimensionRichard Henderson1-14/+16
2018-07-03target/openrisc: Merge mmu_helper.c into mmu.cRichard Henderson1-0/+11
2018-07-03target/openrisc: Remove indirect function calls for mmuRichard Henderson1-39/+29
2018-07-03target/openrisc: Merge tlb allocation into CPUOpenRISCStateRichard Henderson1-18/+16
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-4/+4
2017-05-04target/openrisc: Fixes for memory debuggingStafford Horne1-4/+20
2017-02-14target/openrisc: Implement lwa, swaRichard Henderson1-0/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+238