Skip to content

Commit 1ad9a56

Browse files
brooniewilldeacon
authored andcommitted
arm64/sysreg: Update ID_AA64PFR2_EL1 to DDI0601 2024-09
DDI0601 2024-09 defines a new feature flags in ID_AA64PFR2_EL1 describing support for injecting UNDEF exceptions, update sysreg to include this. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent e5ecedc commit 1ad9a56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

arch/arm64/tools/sysreg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,12 @@ UnsignedEnum 35:32 FPMR
10181018
0b0000 NI
10191019
0b0001 IMP
10201020
EndEnum
1021-
Res0 31:12
1021+
Res0 31:20
1022+
UnsignedEnum 19:16 UINJ
1023+
0b0000 NI
1024+
0b0001 IMP
1025+
EndEnum
1026+
Res0 15:12
10221027
UnsignedEnum 11:8 MTEFAR
10231028
0b0000 NI
10241029
0b0001 IMP

0 commit comments

Comments
 (0)