Skip to content

Commit 3e9ae1c

Browse files
brooniectmarinas
authored andcommitted
arm64/sysreg: Add defintion for ALLINT
The FEAT_NMI extension adds a new system register ALLINT for controlling NMI related interrupt masking, add a definition of this register as per DDI0487H.a. Signed-off-by: Mark Brown <[email protected]> Reviewed-by: Kristina Martsenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent b1179b7 commit 3e9ae1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/tools/sysreg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,12 @@ Sysreg SMCR_EL1 3 0 1 2 6
761761
Fields SMCR_ELx
762762
EndSysreg
763763

764+
Sysreg ALLINT 3 0 4 3 0
765+
Res0 63:14
766+
Field 13 ALLINT
767+
Res0 12:0
768+
EndSysreg
769+
764770
Sysreg FAR_EL1 3 0 6 0 0
765771
Field 63:0 ADDR
766772
EndSysreg

0 commit comments

Comments
 (0)