include/exec: Widen tlb_hit/tlb_hit_page()
authorAnton Johansson <anjo@rev.ng>
Mon, 7 Aug 2023 15:57:04 +0000 (17:57 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 18:22:23 +0000 (11:22 -0700)
commitc78edb563942ce80c9c6c03b07397725b006b625
tree008c88033cdfafd24a73d7c70a863da1602c58c4
parentfc15bfb6a6bda8d4d01f1383579d385acae17c0f
include/exec: Widen tlb_hit/tlb_hit_page()

tlb_addr is changed from target_ulong to uint64_t to match the type of
a CPUTLBEntry value, and the addressed is changed to vaddr.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230807155706.9580-8-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu-all.h