summaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2023-03-17 14:44:41 +0100
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-03-17 14:44:41 +0100
commitc41b8e90f75a7db82ee4384e3ffa5d8b9b8080e5 (patch)
tree7695cccf2b5bedb4aa482a86f0c2dd5bff725414 /include/lib
parent2519ee5ffecf43258cba75ea552318937cb84d14 (diff)
parentd3331603664ca7d4ab1510df09e722e6ffb1df29 (diff)
downloadarm-trusted-firmware-c41b8e90f75a7db82ee4384e3ffa5d8b9b8080e5.tar.gz
Merge "feat(tcr2): support FEAT_TCR2" into integration
Diffstat (limited to 'include/lib')
-rw-r--r--include/lib/el3_runtime/aarch64/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lib/el3_runtime/aarch64/context.h b/include/lib/el3_runtime/aarch64/context.h
index 40bfa39c6..31d8f070c 100644
--- a/include/lib/el3_runtime/aarch64/context.h
+++ b/include/lib/el3_runtime/aarch64/context.h
@@ -229,6 +229,9 @@
// Register for FEAT_HCX
#define CTX_HCRX_EL2 U(0x1d0)
+// Starting with Armv8.9
+#define CTX_TCR2_EL2 U(0x1d8)
+
/* Align to the next 16 byte boundary */
#define CTX_EL2_SYSREGS_END U(0x1e0)