qemu/target/s390x/tcg
Richard Henderson 8b94ec53f3 target/s390x: Move trans_exc_code update to do_program_interrupt
This solves a problem in which the store to LowCore during tlb_fill
triggers a clean-page TB invalidation for page0 during translation,
which results in an assertion failure for locked pages.

By delaying the store until after the exception has been raised,
we will have unwound the pages locked for translation and the
problem does not arise.  There are plenty of other updates to
LowCore while delivering an interrupt/exception; trans_exc_code
does not need to be special.

Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-07-31 12:19:13 -07:00
..
cc_helper.c
crypto_helper.c
excp_helper.c target/s390x: Move trans_exc_code update to do_program_interrupt 2023-07-31 12:19:13 -07:00
fpu_helper.c s390x: spelling fixes 2023-07-25 17:13:45 +03:00
insn-data.h.inc s390x: spelling fixes 2023-07-25 17:13:45 +03:00
insn-format.h.inc
int_helper.c
mem_helper.c target/s390x: Fix CLM with M3=0 2023-07-24 18:44:47 +02:00
meson.build
misc_helper.c
s390-tod.h
tcg_s390x.h
translate.c s390x: spelling fixes 2023-07-25 17:13:45 +03:00
translate_vx.c.inc target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13 2023-07-24 18:44:47 +02:00
vec.h
vec_fpu_helper.c
vec_helper.c
vec_int_helper.c
vec_string_helper.c