target/mips: Move physical addressing code to sysemu/physaddr.c
commit137f4d87c6dd3c727fd5b5e777e89f610b51ae8d
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 13 Apr 2021 08:33:23 +0000 (13 10:33 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:35 +0000 (2 16:49 +0200)
tree9d4fb9db9c969d2c3f21a6474da6c57412bcb88a
parent85d8da3fea0c4ff38bbe759febfc2d2299b33ccd
target/mips: Move physical addressing code to sysemu/physaddr.c

Declare get_physical_address() with local scope and move it along
with mips_cpu_get_phys_page_debug() to sysemu/physaddr.c new file.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-18-f4bug@amsat.org>
target/mips/internal.h
target/mips/sysemu/meson.build
target/mips/sysemu/physaddr.c [new file with mode: 0644]
target/mips/tlb_helper.c