diff mbox series

[v5,10/37] arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT

Message ID 20241023145345.1613824-11-maz@kernel.org (mailing list archive)
State New
Headers show
Series KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE | expand

Commit Message

Marc Zyngier Oct. 23, 2024, 2:53 p.m. UTC
This definition is missing, and we are going to need it to sanitise
TCR2_ELx.

Signed-off-by: Marc Zyngier <maz@kernel.org>
---
 arch/arm64/tools/sysreg | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Oct. 23, 2024, 4:09 p.m. UTC | #1
On Wed, Oct 23, 2024 at 03:53:18PM +0100, Marc Zyngier wrote:

> This definition is missing, and we are going to need it to sanitise
> TCR2_ELx.

> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---

I did give you a R-b on the prior version.  We also now have multiple
patches on the list doing a full update of this register, please pick up
one of those.
diff mbox series

Patch

diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg
index 3c812fd28eca2..8db4431093b26 100644
--- a/arch/arm64/tools/sysreg
+++ b/arch/arm64/tools/sysreg
@@ -1688,6 +1688,7 @@  UnsignedEnum	3:0	HAFDBS
 	0b0000	NI
 	0b0001	AF
 	0b0010	DBM
+	0b0011	HAFT
 EndEnum
 EndSysreg