summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-09-12 11:14:21 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-09-12 11:14:21 +0000
commit684b3a02053badb12f6643f7feeae6e0aa394560 (patch)
tree13c16eb11133d47322253a2a0e141774fcff8c32 /include
parentf38e5182f7e60d8c193cbf7712982c0ed7f47cdb (diff)
parent1f4619796af5baf4b41b5723bbf708355f8597fa (diff)
Merge "Add UBSAN support and handlers" into integration
Diffstat (limited to 'include')
-rw-r--r--include/arch/aarch64/arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/arch/aarch64/arch.h b/include/arch/aarch64/arch.h
index 5f84eced..0a26fab1 100644
--- a/include/arch/aarch64/arch.h
+++ b/include/arch/aarch64/arch.h
@@ -598,6 +598,8 @@
#define ESR_EC_SHIFT U(26)
#define ESR_EC_MASK U(0x3f)
#define ESR_EC_LENGTH U(6)
+#define ESR_ISS_SHIFT U(0)
+#define ESR_ISS_LENGTH U(25)
#define EC_UNKNOWN U(0x0)
#define EC_WFE_WFI U(0x1)
#define EC_AARCH32_CP15_MRC_MCR U(0x3)
@@ -624,6 +626,7 @@
#define EC_AARCH32_FP U(0x28)
#define EC_AARCH64_FP U(0x2c)
#define EC_SERROR U(0x2f)
+#define EC_BRK U(0x3c)
/*
* External Abort bit in Instruction and Data Aborts synchronous exception