tcg: Widen helper_*_st[bw]_mmu val arguments
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Apr 2023 05:11:39 +0000 (22:11 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:21:03 +0000 (17:21 +0100)
commit35a0bd63b458f30389b6bc6b7471c1665fe7b9d8
tree73a49ba2e71d73b228a1e750c9a3b949a1501018
parentd78e4a4f7b3c147af2c93b0b7b60b715ec7324d3
tcg: Widen helper_*_st[bw]_mmu val arguments

While the old type was correct in the ideal sense, some ABIs require
the argument to be zero-extended.  Using uint32_t for all such values
is a decent compromise.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
include/tcg/tcg-ldst.h