Skip to content

Commit 17d0c4a

Browse files
brooniectmarinas
authored andcommitted
arm64/sme: Document ABI for TPIDR2 signal information
In order to allow access to TPIDR2 from signal handlers we need to add it to the signal context, document that we are doing so. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20221208-arm64-tpidr2-sig-v3-1-c77c6c8775f4@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent b7bfaa7 commit 17d0c4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/arm64/sme.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ be zeroed.
111111

112112
* Signal handlers are invoked with streaming mode and ZA disabled.
113113

114+
* A new signal frame record TPIDR2_MAGIC is added formatted as a struct
115+
tpidr2_context to allow access to TPIDR2_EL0 from signal handlers.
116+
114117
* A new signal frame record za_context encodes the ZA register contents on
115118
signal delivery. [1]
116119

0 commit comments

Comments
 (0)