summaryrefslogtreecommitdiffstats
path: root/target/sh4/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson2022-10-041-3/+3
* target/sh4: Make sh4_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-8/+1Star
* target/sh4: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-7/+2Star
* target/sh4: Return error if CPUClass::get_phys_page_debug() failsPhilippe Mathieu-Daudé2021-05-131-2/+5
* target/sh4: Let get_physical_address() use MMUAccessType access_typePhilippe Mathieu-Daudé2021-03-061-10/+10
* target/sh4: Remove unused 'int access_type' argumentPhilippe Mathieu-Daudé2021-03-061-8/+7Star
* target/sh4: Replace magic value by MMUAccessType definitionsPhilippe Mathieu-Daudé2021-03-061-8/+8
* target/sh4: Fix code style for checkpatch.plPhilippe Mathieu-Daudé2021-03-061-41/+41
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+2
* target/sh4: Use env_cpu, env_archcpuRichard Henderson2019-06-101-14/+12Star
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-8/+0Star
* target/sh4: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-101/+96Star
* target/sh4: Fix LGPL information in the file headersThomas Huth2019-05-081-1/+1
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-2/+2
* target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson2017-12-181-0/+1
* target/sh4: ignore interrupts in a delay slotAurelien Jarno2017-05-301-2/+10
* target/sh4: introduce DELAY_SLOT_MASKAurelien Jarno2017-05-301-2/+2
* target/sh4: fix reset when using a kernel and an initrdAurelien Jarno2017-05-301-1/+9
* target/sh4: log unauthorized accesses using qemu_log_maskAurelien Jarno2017-05-301-1/+1
* target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno2017-05-131-1/+1
* target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno2017-05-131-2/+0Star
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+872