qemu/target/s390x/tcg
Richard Henderson c3c8bf579b accel/tcg: Suppress auto-invalidate in probe_access_internal
When PAGE_WRITE_INV is set when calling tlb_set_page,
we immediately set TLB_INVALID_MASK in order to force
tlb_fill to be called on the next lookup.  Here in
probe_access_internal, we have just called tlb_fill
and eliminated true misses, thus the lookup must be valid.

This allows us to remove a warning comment from s390x.
There doesn't seem to be a reason to change the code though.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2022-10-03 20:53:30 -07:00
..
cc_helper.c target/s390x: Fix determination of overflow condition code after subtraction 2022-04-01 13:06:07 +02:00
crypto_helper.c target/s390x: support PRNO_TRNG instruction 2022-09-26 17:23:11 +02:00
excp_helper.c compiler.h: replace QEMU_NORETURN with G_NORETURN 2022-04-21 17:03:51 +04:00
fpu_helper.c
insn-data.def s390x/tcg: Fix opcode for lzrf 2022-09-23 08:36:07 +02:00
insn-format.def
int_helper.c
mem_helper.c accel/tcg: Suppress auto-invalidate in probe_access_internal 2022-10-03 20:53:30 -07:00
meson.build
misc_helper.c target/s390x/tcg: SPX: check validity of new prefix 2022-07-06 12:14:16 +02:00
s390-tod.h
tcg_s390x.h compiler.h: replace QEMU_NORETURN with G_NORETURN 2022-04-21 17:03:51 +04:00
translate_vx.c.inc target/s390x: vxeh2: vector {load, store} byte reversed element 2022-05-04 08:47:19 +02:00
translate.c target/s390x: Make translator stop before the end of a page 2022-09-06 08:04:26 +01:00
vec_fpu_helper.c target/s390x: fix handling of zeroes in vfmin/vfmax 2022-07-19 12:49:56 +02:00
vec_helper.c target/s390x: Fix writeback to v1 in helper_vstl 2022-05-04 08:47:19 +02:00
vec_int_helper.c target/s390x: vxeh2: Update for changes to vector shifts 2022-05-04 08:47:19 +02:00
vec_string_helper.c target/s390x: vxeh2: vector string search 2022-05-04 08:47:19 +02:00
vec.h Replace config-time define HOST_WORDS_BIGENDIAN 2022-04-06 10:50:37 +02:00