aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm64/elf_hwcaps.rst
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2022-04-20 13:21:12 +0100
committerMarc Zyngier <maz@kernel.org>2022-04-20 13:24:44 +0100
commit69bb02ebc38ace438c9cd7c5315cfe43862b51fe (patch)
treea40971e4b2c56ea563a3c573a2ad5f606982021f /Documentation/arm64/elf_hwcaps.rst
parentarm64: Add RV and RN fields for ESR_ELx_WFx_ISS (diff)
downloadlinux-dev-69bb02ebc38ace438c9cd7c5315cfe43862b51fe.tar.xz
linux-dev-69bb02ebc38ace438c9cd7c5315cfe43862b51fe.zip
arm64: Add HWCAP advertising FEAT_WFXT
In order to allow userspace to enjoy WFET, add a new HWCAP that advertises it when available. Signed-off-by: Marc Zyngier <maz@kernel.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20220419182755.601427-9-maz@kernel.org
Diffstat (limited to 'Documentation/arm64/elf_hwcaps.rst')
-rw-r--r--Documentation/arm64/elf_hwcaps.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/arm64/elf_hwcaps.rst b/Documentation/arm64/elf_hwcaps.rst
index a8f30963e550..af3ab524e826 100644
--- a/Documentation/arm64/elf_hwcaps.rst
+++ b/Documentation/arm64/elf_hwcaps.rst
@@ -264,6 +264,10 @@ HWCAP2_MTE3
Functionality implied by ID_AA64PFR1_EL1.MTE == 0b0011, as described
by Documentation/arm64/memory-tagging-extension.rst.
+HWCAP2_WFXT
+
+ Functionality implied by ID_AA64ISAR2_EL1.WFXT == 0b0010.
+
4. Unused AT_HWCAP bits
-----------------------