diff options
author | Marc Zyngier <maz@kernel.org> | 2024-10-23 15:53:11 +0100 |
---|---|---|
committer | Oliver Upton <oliver.upton@linux.dev> | 2024-10-31 02:42:29 +0000 |
commit | 4ecda4c67961234e634295334fe69aea574c8e61 (patch) | |
tree | 882b843e6bce481a443613d6778db3bf93200efd /arch/arm64/tools/sysreg | |
parent | 5792349d0cce03fa37243a3bbcca78d2338d1f53 (diff) | |
download | lwn-4ecda4c67961234e634295334fe69aea574c8e61.tar.gz lwn-4ecda4c67961234e634295334fe69aea574c8e61.zip |
arm64: Add encoding for PIRE0_EL2
PIRE0_EL2 is the equivalent of PIRE0_EL1 for the EL2&0 translation
regime, and it is sorely missing from the sysreg file.
Add the sucker.
Reviewed-by: Joey Gouly <joey.gouly@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20241023145345.1613824-4-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'arch/arm64/tools/sysreg')
-rw-r--r-- | arch/arm64/tools/sysreg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg index ee3adec6a7c8..3c812fd28eca 100644 --- a/arch/arm64/tools/sysreg +++ b/arch/arm64/tools/sysreg @@ -2882,6 +2882,10 @@ Sysreg PIRE0_EL12 3 5 10 2 2 Fields PIRx_ELx EndSysreg +Sysreg PIRE0_EL2 3 4 10 2 2 +Fields PIRx_ELx +EndSysreg + Sysreg PIR_EL1 3 0 10 2 3 Fields PIRx_ELx EndSysreg |