target/arm: Move mode specific TB flags to tb->cs_base
commita378206a205a65c182854a961d99acbce00cda86
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Apr 2021 20:22:32 +0000 (19 13:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 10:16:50 +0000 (30 11:16 +0100)
treec66683bfb337b7dfc32c12c75047ab0442b3356f
parent3902bfc6f06144016b8b25f5b6fb2211e85406fc
target/arm: Move mode specific TB flags to tb->cs_base

Now that we have all of the proper macros defined, expanding
the CPUARMTBFlags structure and populating the two TB fields
is relatively simple.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210419202257.161730-7-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/translate.h