Add support for Branch Target Identification
[project/bcm63xx/atf.git] / include / lib / xlat_tables / xlat_tables_defs.h
index f9bbe0f6076314caa1ca252991445e890039cd1f..000811f3cf8d02985ed8dd991a503a0772cda2cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
  *
  * SPDX-License-Identifier: BSD-3-Clause
  */
 #define OSH                    (U(0x2) << 6)
 #define ISH                    (U(0x3) << 6)
 
+#ifdef AARCH64
+/* Guarded Page bit */
+#define GP                     (ULL(1) << 50)
+#endif
+
 #define TABLE_ADDR_MASK                ULL(0x0000FFFFFFFFF000)
 
 /*