diff options
author | Marc Zyngier <maz@kernel.org> | 2024-10-31 08:42:11 +0000 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2025-05-06 17:34:40 +0100 |
commit | 2030396dac5f564ec85422ceb4327fcdb0054f83 (patch) | |
tree | e7ae350ce4fa95caa1de8f6d4d5b3a8561c51c40 | |
parent | 9c32cda43eb78f78c73aee4aa344b777714e259b (diff) |
arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
The 2024 extensions are adding yet another variant of LS64
(aptly named FEAT_LS64WB) supporting LS64 accesses to write-back
memory, as well as 32 byte single-copy atomic accesses using pairs
of FP registers.
Add the relevant encoding to ID_AA64ISAR1_EL1.LS64.
Reviewed-by: Joey Gouly <joey.gouly@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
-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 bdf044c5d11b..e5da8848b66b 100644 --- a/arch/arm64/tools/sysreg +++ b/arch/arm64/tools/sysreg @@ -1466,6 +1466,7 @@ UnsignedEnum 63:60 LS64 0b0001 LS64 0b0010 LS64_V 0b0011 LS64_ACCDATA + 0b0100 LS64WB EndEnum UnsignedEnum 59:56 XS 0b0000 NI |