summary refs log tree commit diff stats
path: root/target/xtensa/exc_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/xtensa: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-2/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-4/+4
* target/xtensa: Include missing 'qemu/atomic.h' headerPhilippe Mathieu-Daudé2023-08-311-0/+1
* target/xtensa: Assert that interrupt level is within boundsPeter Maydell2023-07-061-0/+3
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* target/xtensa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-5/+2
* target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov2021-05-201-5/+0
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-2/+2
* target/xtensa: implement NMI supportMax Filippov2020-08-211-8/+15
* target/xtensa: Use env_cpu, env_archcpuRichard Henderson2019-06-101-5/+4
* target/xtensa: fix access to the INTERRUPT SRMax Filippov2019-01-241-0/+13
* target/xtensa: extract interrupt and exception helpersMax Filippov2019-01-131-0/+258