]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Reorganize ARMMMUIdx
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Feb 2020 14:04:24 +0000 (14:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2020 14:04:24 +0000 (14:04 +0000)
commitb9f6033c1a5fb7da55ed353794db8ec064f78bb2
treeb080257e1a02574681a1ae5ae29fb43c7fea5590
parent25568316b2a7e73d68701042ba6ebdb217205e20
target/arm: Reorganize ARMMMUIdx

Prepare for, but do not yet implement, the EL2&0 regime.
This involves adding the new MMUIdx enumerators and adjusting
some of the MMUIdx related predicates to match.

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-20-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu-param.h
target/arm/cpu.h
target/arm/helper.c
target/arm/internals.h
target/arm/translate.c