summaryrefslogtreecommitdiffstats
path: root/target/openrisc/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* target/openrisc: Make openrisc_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-9/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
* target/openrisc: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-31/+34
* target/openrisc: Fix LGPL information in the file headersThomas Huth2019-05-081-1/+1
* target/openrisc: Reorg tlb lookupRichard Henderson2018-07-031-162/+88Star
* target/openrisc: Stub out handle_mmu_fault for softmmuRichard Henderson2018-07-021-30/+5Star
* target/openrisc: Use identical sizes for ITLB and DTLBRichard Henderson2018-07-021-2/+2
* target/openrisc: Fix cpu_mmu_indexRichard Henderson2018-07-021-3/+30
* target/openrisc: Reduce tlb to a single dimensionRichard Henderson2018-07-021-14/+16
* target/openrisc: Merge mmu_helper.c into mmu.cRichard Henderson2018-07-021-0/+11
* target/openrisc: Remove indirect function calls for mmuRichard Henderson2018-07-021-39/+29Star
* target/openrisc: Merge tlb allocation into CPUOpenRISCStateRichard Henderson2018-07-021-18/+16Star
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-4/+4
* target/openrisc: Fixes for memory debuggingStafford Horne2017-05-041-4/+20
* target/openrisc: Implement lwa, swaRichard Henderson2017-02-131-0/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+238