qemu-cr16/target/alpha
Igor Mammedov 87511341c3 add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
The helpers form load-acquire/store-release pair and ensure
that appropriate barriers are in place in case checks happen
outside of BQL.

Use them to replace open-coded checkers/setters across the code,
to make sure that barriers are not missed.  Helpers also make code a
bit more readable.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Jason J. Herne <jjherne@linux.ibm.com>
Link: https://lore.kernel.org/r/20250821155603.2422553-1-imammedo@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-08-29 12:48:14 +02:00
..
clk_helper.c target/alpha: Extract clk_helper.c from sys_helper.c 2024-01-19 12:28:59 +01:00
cpu-param.h tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 2025-04-23 15:07:32 -07:00
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 2023-11-07 13:08:48 +01:00
cpu.c add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide 2025-08-29 12:48:14 +02:00
cpu.h accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h 2025-04-30 12:45:05 -07:00
fpu_helper.c include: Remove 'exec/exec-all.h' 2025-04-30 12:45:05 -07:00
gdbstub.c target/alpha: Use explicit little-endian LD/ST API 2024-10-15 11:55:09 -03:00
helper.c exec/cpu-all: remove exec/target_page include 2025-04-23 15:04:57 -07:00
helper.h
int_helper.c include: Remove 'exec/exec-all.h' 2025-04-30 12:45:05 -07:00
Kconfig meson: Introduce target-specific Kconfig 2021-07-09 18:21:34 +02:00
machine.c target/migration: Inline VMSTATE_CPU() 2025-05-08 14:22:12 +02:00
mem_helper.c include: Remove 'exec/exec-all.h' 2025-04-30 12:45:05 -07:00
meson.build target/alpha: Only build sys_helper.c on system emulation 2024-01-19 12:28:59 +01:00
sys_helper.c exec: Declare tlb_flush*() in 'exec/cputlb.h' 2025-03-08 07:56:14 -08:00
translate.c include: Remove 'exec/exec-all.h' 2025-04-30 12:45:05 -07:00
vax_helper.c include: Remove 'exec/exec-all.h' 2025-04-30 12:45:05 -07:00