aboutsummaryrefslogtreecommitdiff
path: root/target/cris/helper.c
AgeCommit message (Expand)Author
2023-07-25other architectures: spelling fixesMichael Tokarev
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2021-11-02target/cris: Make cris_cpu_tlb_fill sysemu onlyRichard Henderson
2021-09-14target/cris: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-02-22target/cris: Use MMUAccessType enum type when possiblePhilippe Mathieu-Daudé
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2020-11-15cris tcg cpus: Fix Lesser GPL version numberChetan Pant
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10target/cris: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2016-12-20Move target-* CPU file into a target/ folderThomas Huth