Skip to content

Commit d017eea

Browse files
author
Marc Zyngier
committed
arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
Align the ID_DFR0_EL1.PerfMon values with ID_AA64DFR0_EL1.PMUver. Reviewed-by: Oliver Upton <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 30a0b95 commit d017eea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/include/asm/sysreg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@
698698
#define ID_DFR0_PERFMON_8_1 0x4
699699
#define ID_DFR0_PERFMON_8_4 0x5
700700
#define ID_DFR0_PERFMON_8_5 0x6
701+
#define ID_DFR0_PERFMON_8_7 0x7
702+
#define ID_DFR0_PERFMON_IMP_DEF 0xf
701703

702704
#define ID_ISAR4_SWP_FRAC_SHIFT 28
703705
#define ID_ISAR4_PSR_M_SHIFT 24

0 commit comments

Comments
 (0)