]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Use vaddr in get_physical_address()
authorBibo Mao <maobibo@loongson.cn>
Tue, 29 Jul 2025 03:29:32 +0000 (11:29 +0800)
committerBibo Mao <maobibo@loongson.cn>
Fri, 29 Aug 2025 02:05:02 +0000 (10:05 +0800)
commit82cd0be29b603ef620f45053a406bdb4a3221563
treed85efef6df518f4f0a74646e3c01dacbc01f8d77
parent912f75eaed5f686fe0f312e8ac797be7c1f43b0e
target/loongarch: Use vaddr in get_physical_address()

Replace target_ulong type with vaddr in function get_physical_address()
and the same with its calling functions.

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