aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/exc_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12target/xtensa: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-2/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-4/+4
2023-08-31target/xtensa: Include missing 'qemu/atomic.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-07-06target/xtensa: Assert that interrupt level is within boundsPeter Maydell1-0/+3
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2021-09-14target/xtensa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-5/+2
2021-05-20target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov1-5/+0
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-2/+2
2020-08-21target/xtensa: implement NMI supportMax Filippov1-8/+15
2019-06-10target/xtensa: Use env_cpu, env_archcpuRichard Henderson1-5/+4
2019-01-24target/xtensa: fix access to the INTERRUPT SRMax Filippov1-0/+13
2019-01-13target/xtensa: extract interrupt and exception helpersMax Filippov1-0/+258