]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Use MMUContext in get_physical_address()
authorBibo Mao <maobibo@loongson.cn>
Tue, 29 Jul 2025 09:51:28 +0000 (17:51 +0800)
committerBibo Mao <maobibo@loongson.cn>
Fri, 29 Aug 2025 02:05:02 +0000 (10:05 +0800)
commitf95b9702750507665f90e377b5c6c68274104024
tree0c0f9417852b62ec7105923bcf3ed56514c42a51
parent4817a22edd49fc671f6efdc922826a4ce7f91017
target/loongarch: Use MMUContext in get_physical_address()

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

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