aboutsummaryrefslogtreecommitdiff
path: root/target/sh4/helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04sh4: Coding style: Remove tabsYihuan Pan1-118/+118
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson1-3/+3
2021-11-02target/sh4: Make sh4_cpu_tlb_fill sysemu onlyRichard Henderson1-8/+1
2021-09-14target/sh4: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-7/+2
2021-05-13target/sh4: Return error if CPUClass::get_phys_page_debug() failsPhilippe Mathieu-Daudé1-2/+5
2021-03-06target/sh4: Let get_physical_address() use MMUAccessType access_typePhilippe Mathieu-Daudé1-10/+10
2021-03-06target/sh4: Remove unused 'int access_type' argumentPhilippe Mathieu-Daudé1-8/+7
2021-03-06target/sh4: Replace magic value by MMUAccessType definitionsPhilippe Mathieu-Daudé1-8/+8
2021-03-06target/sh4: Fix code style for checkpatch.plPhilippe Mathieu-Daudé1-41/+41
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+2
2019-06-10target/sh4: Use env_cpu, env_archcpuRichard Henderson1-14/+12
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson1-8/+0
2019-05-10target/sh4: Convert to CPUClass::tlb_fillRichard Henderson1-101/+96
2019-05-08target/sh4: Fix LGPL information in the file headersThomas Huth1-1/+1
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-2/+2
2017-12-18target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson1-0/+1
2017-05-30target/sh4: ignore interrupts in a delay slotAurelien Jarno1-2/+10
2017-05-30target/sh4: introduce DELAY_SLOT_MASKAurelien Jarno1-2/+2
2017-05-30target/sh4: fix reset when using a kernel and an initrdAurelien Jarno1-1/+9
2017-05-30target/sh4: log unauthorized accesses using qemu_log_maskAurelien Jarno1-1/+1
2017-05-13target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno1-1/+1
2017-05-13target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno1-2/+0
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+872