qemu-e2k/target
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
..
alpha
arm accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull 2022-10-03 20:53:30 -07:00
avr
cris
hexagon
hppa linux-user/hppa: Dump IIR on register dump 2022-09-27 09:29:33 +02:00
i386
loongarch
m68k target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privilege check 2022-09-26 23:37:22 +02:00
microblaze
mips
nios2
openrisc
ppc target/ppc: Clear fpstatus flags on helpers missing it 2022-09-20 10:54:06 -03:00
riscv target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unordered 2022-09-27 11:23:57 +10:00
rx
s390x accel/tcg: Suppress auto-invalidate in probe_access_internal 2022-10-03 20:53:30 -07:00
sh4
sparc
tricore
xtensa
Kconfig
meson.build