target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2
commite013b7411339342aac8d986c5d5e329e1baee8e1
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Feb 2020 14:04:23 +0000 (7 14:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2020 14:04:23 +0000 (7 14:04 +0000)
tree42aede089d141abcb76ccd262637c9020e32761b
parent127b2b086303296289099a6fb10bbc51077f1d53
target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2

This is part of a reorganization to the set of mmu_idx.
The non-secure EL2 regime only has a single stage translation;
there is no point in pointing out that the idx is for stage1.

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-15-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.c