diff options
| author | Marc Zyngier <maz@kernel.org> | 2024-10-23 15:53:18 +0100 |
|---|---|---|
| committer | Oliver Upton <oliver.upton@linux.dev> | 2024-10-31 02:42:30 +0000 |
| commit | 9ae424d2a1ae144c83ffd7c9e2f408ae5acfb634 (patch) | |
| tree | ff16011603cf6a46e58c0ea9aa51b1aef14b9c01 /arch/arm64/tools | |
| parent | a0162020095e2a34a59fc64c07183cc039e759f6 (diff) | |
| download | linux-next-9ae424d2a1ae144c83ffd7c9e2f408ae5acfb634.tar.gz linux-next-9ae424d2a1ae144c83ffd7c9e2f408ae5acfb634.zip | |
arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT
This definition is missing, and we are going to need it to sanitise
TCR2_ELx.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20241023145345.1613824-11-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'arch/arm64/tools')
| -rw-r--r-- | arch/arm64/tools/sysreg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg index 3c812fd28eca..8db4431093b2 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 |
