summaryrefslogtreecommitdiff
path: root/target-openrisc/mmu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin1-2/+2
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-01-29openrisc: Clean up includesPeter Maydell1-0/+1
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-1/+1
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-13/+0
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-4/+1
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-1/+1
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-3/+5
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-5/+5
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-9/+1
2012-07-27target-or32: Add MMU supportJia Liu1-0/+20
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu1-0/+43