Skip to content

Commit

Permalink
arm64/sysreg: Add defintion for ALLINT
Browse files Browse the repository at this point in the history
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 <broonie@kernel.org>
Reviewed-by: Kristina Martsenko <kristina.martsenko@arm.com>
Link: https://lore.kernel.org/r/20220905225425.1871461-29-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Mark Brown authored and Catalin Marinas committed Sep 9, 2022
1 parent b1179b7 commit 3e9ae1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/tools/sysreg
Original file line number Diff line number Diff line change
@@ -761,6 +761,12 @@ Sysreg SMCR_EL1 3 0 1 2 6
Fields SMCR_ELx
EndSysreg

Sysreg ALLINT 3 0 4 3 0
Res0 63:14
Field 13 ALLINT
Res0 12:0
EndSysreg

Sysreg FAR_EL1 3 0 6 0 0
Field 63:0 ADDR
EndSysreg

0 comments on commit 3e9ae1c

Please sign in to comment.