projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a016202
)
arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT
author
Marc Zyngier
<maz@kernel.org>
Wed, 23 Oct 2024 14:53:18 +0000
(15:53 +0100)
committer
Oliver Upton
<oliver.upton@linux.dev>
Thu, 31 Oct 2024 02:42:30 +0000
(
02:42
+0000)
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>
arch/arm64/tools/sysreg
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/tools/sysreg
b/arch/arm64/tools/sysreg
index 3c812fd28eca2cc97d5d96599a3411362fabb5d4..8db4431093b269501df89a9df21f84674978d47f 100644
(file)
--- 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