target/arm: Use cpu_*_mmu instead of helper_*_mmu
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Jul 2021 21:00:20 +0000 (11:00 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 15:46:11 +0000 (08:46 -0700)
commit1a2eaf9e3897b0c51ef65e676c9bbd125506dafd
treeaf75f8338825ecaa0f1ece977543bb98ebb01d88
parenta8f84958d09bfca0a775d8000bf81b0b66ca8066
target/arm: Use cpu_*_mmu instead of helper_*_mmu

The helper_*_mmu functions were the only thing available
when this code was written.  This could have been adjusted
when we added cpu_*_mmuidx_ra, but now we can most easily
use the newest set of interfaces.

Cc: qemu-arm@nongnu.org
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/helper-a64.c
target/arm/m_helper.c