summaryrefslogtreecommitdiff
path: root/target-moxie/helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-1/+1
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-4/+2
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-3/+3
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-3/+4
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-9/+12
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-8/+11
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson1-0/+1
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-7/+4
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+3
2013-05-18target-moxie: replace target_phys_addr_t with hwaddrHu Tao1-1/+1
2013-03-31target-moxie: set do_interrupt to a target-specific helper functionDunrong Huang1-2/+5
2013-03-23Add moxie target codeAnthony Green1-0/+171