aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/helper.c
AgeCommit message (Expand)Author
2024-03-12target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2021-11-02target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson
2021-09-14target/alpha: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant
2019-09-26target/alpha: Mask IOV exception with INV for user-onlyRichard Henderson
2019-09-26target/alpha: Write to fpcr_flush_to_zero onceRichard Henderson
2019-09-26target/alpha: Handle SWCR_MAP_DMZ earlierRichard Henderson
2019-09-26target/alpha: Fix SWCR_TRAP_ENABLE_MASKRichard Henderson
2019-09-26target/alpha: Fix SWCR_MAP_UMZRichard Henderson
2019-09-26target/alpha: Use array for FPCR_DYN conversionRichard Henderson
2019-08-25target/alpha: fix tlb_fill trap_arg2 value for instruction fetchAurelien Jarno
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée
2019-06-10target/alpha: Use env_cpu, env_archcpuRichard Henderson
2019-05-19target/alpha: Fix user-only floating-point exceptionsRichard Henderson
2019-05-19target/alpha: Clean up alpha_cpu_dump_stateRichard Henderson
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10target/alpha: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2018-05-18target/alpha: Honor CPU_DUMP_FPURichard Henderson
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-09-07target/alpha: Switch to do_transaction_failed() hookPeter Maydell
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth