Message ID | 20240813144738.2048302-6-maz@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | KVM: arm64: Add EL2 support to FEAT_S1PIE | expand |
On Tue, Aug 13, 2024 at 03:47:33PM +0100, Marc Zyngier wrote: > 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. > > Signed-off-by: Marc Zyngier <maz@kernel.org> > --- > arch/arm64/tools/sysreg | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg > index 7ceaa1e0b4bc..8e1aed548e93 100644 > --- a/arch/arm64/tools/sysreg > +++ b/arch/arm64/tools/sysreg > @@ -2853,6 +2853,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 Reviewed-by: Joey Gouly <joey.gouly@arm.com>
diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg index 7ceaa1e0b4bc..8e1aed548e93 100644 --- a/arch/arm64/tools/sysreg +++ b/arch/arm64/tools/sysreg @@ -2853,6 +2853,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
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. Signed-off-by: Marc Zyngier <maz@kernel.org> --- arch/arm64/tools/sysreg | 4 ++++ 1 file changed, 4 insertions(+)