kasan, arm64: enable top byte ignore for the kernel
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / pgtable-hwdef.h
index 22bb3ae..e9b0a7d 100644 (file)
 #define TCR_A1                 (UL(1) << 22)
 #define TCR_ASID16             (UL(1) << 36)
 #define TCR_TBI0               (UL(1) << 37)
+#define TCR_TBI1               (UL(1) << 38)
 #define TCR_HA                 (UL(1) << 39)
 #define TCR_HD                 (UL(1) << 40)
 #define TCR_NFD1               (UL(1) << 54)