summaryrefslogtreecommitdiffstats
path: root/target/arm/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson2019-02-05 17:52:36 +0100
committerPeter Maydell2019-02-05 17:52:36 +0100
commit08f1434a71ddf2bdfdb034dcd24b24464d1efd72 (patch)
tree58e4a621a066efd1391939fb00d67a83f68a5bc5 /target/arm/cpu.h
parenttarget/arm: Add PSTATE.BTYPE (diff)
downloadqemu-08f1434a71ddf2bdfdb034dcd24b24464d1efd72.tar.gz
qemu-08f1434a71ddf2bdfdb034dcd24b24464d1efd72.tar.xz
qemu-08f1434a71ddf2bdfdb034dcd24b24464d1efd72.zip
target/arm: Add BT and BTYPE to tb->flags
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190128223118.5255-4-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/cpu.h')
-rw-r--r--target/arm/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index 58f99985c2..1ff7197efd 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -3052,6 +3052,8 @@ FIELD(TBFLAG_A64, TBII, 0, 2)
FIELD(TBFLAG_A64, SVEEXC_EL, 2, 2)
FIELD(TBFLAG_A64, ZCR_LEN, 4, 4)
FIELD(TBFLAG_A64, PAUTH_ACTIVE, 8, 1)
+FIELD(TBFLAG_A64, BT, 9, 1)
+FIELD(TBFLAG_A64, BTYPE, 10, 2)
static inline bool bswap_code(bool sctlr_b)
{