]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Widen tlb_hit/tlb_hit_page()
authorAnton Johansson <anjo@rev.ng>
Mon, 7 Aug 2023 15:57:04 +0000 (17:57 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 2 Oct 2023 23:00:54 +0000 (02:00 +0300)
commitcb6ed2f7f73fbbfa321fdb47d058073bb02f1b41
tree3ff8e7104842fa21cc940cd48e58ae192f8fae7e
parent8a043309ada860e6ffdf58015339b38450ece9dd
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>
(cherry picked from commit c78edb563942ce80c9c6c03b07397725b006b625)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/exec/cpu-all.h