]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Use MMUContext in loongarch_get_addr_from_tlb
authorBibo Mao <maobibo@loongson.cn>
Tue, 29 Jul 2025 09:06:05 +0000 (17:06 +0800)
committerBibo Mao <maobibo@loongson.cn>
Fri, 29 Aug 2025 02:05:02 +0000 (10:05 +0800)
commit35fc0ec73c3264b67ba2c8d5e39d5897dca2c891
tree9025de244b5248b058f7a26b2d3a7188157247ca
parent36055cf414b591ce2467631dbd5d8c32d4350263
target/loongarch: Use MMUContext in loongarch_get_addr_from_tlb

With function loongarch_get_addr_from_tlb(), parameter MMUContext
is added and remove parameter physical, prot and address.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/loongarch/cpu_helper.c
target/loongarch/tcg/tcg_loongarch.h
target/loongarch/tcg/tlb_helper.c