diff options
| author | Marc Zyngier <maz@kernel.org> | 2024-10-23 15:53:35 +0100 |
|---|---|---|
| committer | Oliver Upton <oliver.upton@linux.dev> | 2024-10-31 02:44:21 +0000 |
| commit | b9ed7e5dfbe9b77639fd4ff042bef94fb232b94d (patch) | |
| tree | a17981b1826b4e166d34aae25f5f3fbb38cb6fa4 | |
| parent | KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF (diff) | |
| download | linux-b9ed7e5dfbe9b77639fd4ff042bef94fb232b94d.tar.gz linux-b9ed7e5dfbe9b77639fd4ff042bef94fb232b94d.zip | |
arm64: Add encoding for POR_EL2
POR_EL2 is the equivalent of POR_EL1 for the EL2&0 translation
regime, and it is sorely missing from the sysreg file.
Add the sucker.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20241023145345.1613824-28-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
| -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 8db4431093b2..a33136243bdf 100644 --- a/arch/arm64/tools/sysreg +++ b/arch/arm64/tools/sysreg @@ -2907,6 +2907,10 @@ Sysreg POR_EL1 3 0 10 2 4 Fields PIRx_ELx EndSysreg +Sysreg POR_EL2 3 4 10 2 4 +Fields PIRx_ELx +EndSysreg + Sysreg POR_EL12 3 5 10 2 4 Fields PIRx_ELx EndSysreg |
