aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/include/asm/sysreg.h')
-rw-r--r--arch/arm64/include/asm/sysreg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/sysreg.h b/arch/arm64/include/asm/sysreg.h
index a41a5c1a1330..bed5f1e4e53b 100644
--- a/arch/arm64/include/asm/sysreg.h
+++ b/arch/arm64/include/asm/sysreg.h
@@ -171,6 +171,7 @@
171 171
172#define SYS_ID_AA64ISAR0_EL1 sys_reg(3, 0, 0, 6, 0) 172#define SYS_ID_AA64ISAR0_EL1 sys_reg(3, 0, 0, 6, 0)
173#define SYS_ID_AA64ISAR1_EL1 sys_reg(3, 0, 0, 6, 1) 173#define SYS_ID_AA64ISAR1_EL1 sys_reg(3, 0, 0, 6, 1)
174#define SYS_ID_AA64ISAR2_EL1 sys_reg(3, 0, 0, 6, 2)
174 175
175#define SYS_ID_AA64MMFR0_EL1 sys_reg(3, 0, 0, 7, 0) 176#define SYS_ID_AA64MMFR0_EL1 sys_reg(3, 0, 0, 7, 0)
176#define SYS_ID_AA64MMFR1_EL1 sys_reg(3, 0, 0, 7, 1) 177#define SYS_ID_AA64MMFR1_EL1 sys_reg(3, 0, 0, 7, 1)
@@ -536,6 +537,9 @@
536#define ID_AA64ISAR1_JSCVT_SHIFT 12 537#define ID_AA64ISAR1_JSCVT_SHIFT 12
537#define ID_AA64ISAR1_DPB_SHIFT 0 538#define ID_AA64ISAR1_DPB_SHIFT 0
538 539
540/* id_aa64isar2 */
541#define ID_AA64ISAR2_CLEARBHB_SHIFT 28
542
539/* id_aa64pfr0 */ 543/* id_aa64pfr0 */
540#define ID_AA64PFR0_CSV3_SHIFT 60 544#define ID_AA64PFR0_CSV3_SHIFT 60
541#define ID_AA64PFR0_CSV2_SHIFT 56 545#define ID_AA64PFR0_CSV2_SHIFT 56
@@ -593,6 +597,7 @@
593#endif 597#endif
594 598
595/* id_aa64mmfr1 */ 599/* id_aa64mmfr1 */
600#define ID_AA64MMFR1_ECBHB_SHIFT 60
596#define ID_AA64MMFR1_PAN_SHIFT 20 601#define ID_AA64MMFR1_PAN_SHIFT 20
597#define ID_AA64MMFR1_LOR_SHIFT 16 602#define ID_AA64MMFR1_LOR_SHIFT 16
598#define ID_AA64MMFR1_HPD_SHIFT 12 603#define ID_AA64MMFR1_HPD_SHIFT 12