target/arm: Move small helper functions to tlb-insns.c
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Dec 2024 16:04:50 +0000 (16:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 15:41:09 +0000 (15:41 +0000)
commit27fb860fd4f1524aac245a3e9849a06dae44bdba
tree99e56e14ae190660beddb063072b80893f374b1e
parentb0f7cd357218a0697b03e009e3cbc74d22a8133b
target/arm: Move small helper functions to tlb-insns.c

The remaining functions that we temporarily made global are now
used only from callsits in tlb-insns.c; move them across and
make them file-local again.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241210160452.2427965-9-peter.maydell@linaro.org
target/arm/cpregs.h
target/arm/helper.c
target/arm/tcg/tlb-insns.c