Skip to content

Commit 44a5b6b

Browse files
brooniewilldeacon
authored andcommitted
arm64: Document missing userspace visible fields in ID_AA64ISAR2_EL1
We have exposed a number of fields in ID_AA64ISAR2_EL1 to userspace without adding the matching documentation in cpu-feature-registers.rst, update it to match the implementation. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Joey Gouly <joey.gouly@arm.com> Link: https://lore.kernel.org/r/20230914-arm64-feat-hbc-doc-v1-2-797d25f06897@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 5ad361f commit 44a5b6b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/arch/arm64/cpu-feature-registers.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,18 @@ infrastructure:
290290
+------------------------------+---------+---------+
291291
| Name | bits | visible |
292292
+------------------------------+---------+---------+
293+
| CSSC | [55-52] | y |
294+
+------------------------------+---------+---------+
295+
| RPRFM | [51-48] | y |
296+
+------------------------------+---------+---------+
297+
| BC | [23-20] | y |
298+
+------------------------------+---------+---------+
293299
| MOPS | [19-16] | y |
294300
+------------------------------+---------+---------+
301+
| APA3 | [15-12] | y |
302+
+------------------------------+---------+---------+
303+
| GPA3 | [11-8] | y |
304+
+------------------------------+---------+---------+
295305
| RPRES | [7-4] | y |
296306
+------------------------------+---------+---------+
297307
| WFXT | [3-0] | y |

0 commit comments

Comments
 (0)