]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Feb 2020 14:04:22 +0000 (14:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2020 14:04:22 +0000 (14:04 +0000)
commit97fa9350017e647151dd1dc212f1bbca0294dba7
tree0ab2bab2d753d8526b8d2beb4a01ac6fe3f47758
parent01b98b686460b3a0fb47125882e4f8d4268ac1b6
target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2

The EL1&0 regime is the only one that uses 2-stage translation.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200206105448.4726-11-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/internals.h
target/arm/translate-a64.c
target/arm/translate.c