Skip to content

Commit 7926035

Browse files
brooniewilldeacon
authored andcommitted
arm64/sysreg: Update ID_AA64PFR1_EL1 for DDI0601 2022-12
Version 2022-12 of DDI0601 has defined a number of new fields in previously RES0 space in ID_AA64PFR1_EL1, update our definition to include them. No functional changes. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent cc077e7 commit 7926035

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

arch/arm64/tools/sysreg

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,30 @@ EndEnum
879879
EndSysreg
880880

881881
Sysreg ID_AA64PFR1_EL1 3 0 0 4 1
882-
Res0 63:40
882+
UnsignedEnum 63:60 PFAR
883+
0b0000 NI
884+
0b0001 IMP
885+
EndEnum
886+
UnsignedEnum 59:56 DF2
887+
0b0000 NI
888+
0b0001 IMP
889+
EndEnum
890+
UnsignedEnum 55:52 MTEX
891+
0b0000 MTE
892+
0b0001 MTE4
893+
EndEnum
894+
UnsignedEnum 51:48 THE
895+
0b0000 NI
896+
0b0001 IMP
897+
EndEnum
898+
UnsignedEnum 47:44 GCS
899+
0b0000 NI
900+
0b0001 IMP
901+
EndEnum
902+
Enum 43:40 MTE_frac
903+
0b0000 ASYNC
904+
0b1111 NI
905+
EndEnum
883906
UnsignedEnum 39:36 NMI
884907
0b0000 NI
885908
0b0001 IMP

0 commit comments

Comments
 (0)