You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/sparc
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>
1 week ago
..
Kconfig
asi.h target/sparc: Implement monitor ASIs 1 year ago
cpu-feature.h.inc target/sparc: Add feature bit for VIS4 1 year ago
cpu-param.h tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 5 months ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 2 years ago
cpu.c add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide 1 week ago
cpu.h accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h 4 months ago
fop_helper.c target/sparc: don't set FSR_NVA when comparing unordered floats 3 months ago
gdbstub.c target/sparc: Fix gdbstub incorrectly handling registers f32-f62 7 months ago
helper.c include: Remove 'exec/exec-all.h' 4 months ago
helper.h target/sparc: Use float*_muladd_scalbn 9 months ago
insns.decode target/sparc: fake UltraSPARC T1 PCR and PIC registers 7 months ago
int32_helper.c exec: Restrict 'cpu_ldst.h' to accel/tcg/ 5 months ago
int64_helper.c add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide 1 week ago
ldst_helper.c include: Remove 'exec/exec-all.h' 4 months ago
machine.c include: Remove 'exec/exec-all.h' 4 months ago
meson.build target/sparc: Remove CC_OP leftovers 2 years ago
mmu_helper.c exec/cpu-all: remove exec/target_page include 5 months ago
monitor.c target/sparc: Handle FPRS correctly on big-endian hosts 2 years ago
trace-events
trace.h
translate.c include: Remove 'exec/exec-all.h' 4 months ago
translate.h target/sparc: Move sparc_restore_state_to_opc() to cpu.c 9 months ago
vis_helper.c target/sparc: Implement VIS4 comparisons 1 year ago
win_helper.c include: Remove 'exec/exec-all.h' 4 months ago