Skip to content

Commit 054339b

Browse files
brooniewilldeacon
authored andcommitted
arm64/sysreg: Update ID_AA64ISAR3_EL1 to DDI0601 2024-09
DDI0601 2024-09 defines several new feature flags in ID_AA64ISAR3_EL1, update our description in sysreg to reflect these. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20241211-arm64-2024-dpisa-v4-2-0fd403876df2@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 1ad9a56 commit 054339b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

arch/arm64/tools/sysreg

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,23 @@ EndEnum
15741574
EndSysreg
15751575

15761576
Sysreg ID_AA64ISAR3_EL1 3 0 0 6 3
1577-
Res0 63:16
1577+
Res0 63:32
1578+
UnsignedEnum 31:28 FPRCVT
1579+
0b0000 NI
1580+
0b0001 IMP
1581+
EndEnum
1582+
UnsignedEnum 27:24 LSUI
1583+
0b0000 NI
1584+
0b0001 IMP
1585+
EndEnum
1586+
UnsignedEnum 23:20 OCCMO
1587+
0b0000 NI
1588+
0b0001 IMP
1589+
EndEnum
1590+
UnsignedEnum 19:16 LSFE
1591+
0b0000 NI
1592+
0b0001 IMP
1593+
EndEnum
15781594
UnsignedEnum 15:12 PACM
15791595
0b0000 NI
15801596
0b0001 TRIVIAL_IMP

0 commit comments

Comments
 (0)