]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/internals.h
target/arm: Fold regime_tcr() and regime_tcr_value() together
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 14 Jul 2022 13:22:59 +0000 (14:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 18 Jul 2022 12:20:13 +0000 (13:20 +0100)
commitc1547bba7eead64575a662acd95a986ac2956213
tree89fa882ad70cac5584cd835153b071277f9d22c6
parent9e70e26c5382f433d9ffd93b7ac5f1501ff473ff
target/arm: Fold regime_tcr() and regime_tcr_value() together

The only caller of regime_tcr() is now regime_tcr_value(); fold the
two together, and use the shorter and more natural 'regime_tcr'
name for the new function.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220714132303.1287193-4-peter.maydell@linaro.org
target/arm/helper.c
target/arm/internals.h
target/arm/ptw.c
target/arm/tlb_helper.c