Skip to content

Commit 3b077ad

Browse files
Fuad Tabbawilldeacon
authored andcommitted
arm64/sysreg: Add missing Pauth_LR field definitions to ID_AA64ISAR1_EL1
Add the Pauth_LR field definitions to ID_AA64ISAR1_EL1, based on DDI0601 2023-09. These fields aren't used yet. Adding them for completeness and consistency (definition already exists for ID_AA64ISAR2_EL1). Signed-off-by: Fuad Tabba <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent e94e06d commit 3b077ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/tools/sysreg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,7 @@ UnsignedEnum 11:8 API
14011401
0b0011 PAuth2
14021402
0b0100 FPAC
14031403
0b0101 FPACCOMBINE
1404+
0b0110 PAuth_LR
14041405
EndEnum
14051406
UnsignedEnum 7:4 APA
14061407
0b0000 NI
@@ -1409,6 +1410,7 @@ UnsignedEnum 7:4 APA
14091410
0b0011 PAuth2
14101411
0b0100 FPAC
14111412
0b0101 FPACCOMBINE
1413+
0b0110 PAuth_LR
14121414
EndEnum
14131415
UnsignedEnum 3:0 DPB
14141416
0b0000 NI

0 commit comments

Comments
 (0)