arm64/sme: Document SME 2 and SME 2.1 ABI
authorMark Brown <broonie@kernel.org>
Mon, 16 Jan 2023 16:04:39 +0000 (16:04 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 20 Jan 2023 12:23:05 +0000 (12:23 +0000)
commit4edc11744e8cfe9f6d38fe3f656e949c6918bdd2
treea8d1eab432b137f6ead0f56ffa50c20cb227ae10
parent0f3bbe0edf788f1d43400a68a84eb37c9f13dfa5
arm64/sme: Document SME 2 and SME 2.1 ABI

As well as a number of simple features which only add new instructions and
require corresponding hwcaps SME2 introduces a new register ZT0 for which
we must define ABI. Fortunately this is a fixed size 512 bits and therefore
much more straightforward than the base SME state, the only wrinkle is that
it is only accessible when ZA is accessible.

While there is only a single register the architecture is written with a
view to exensibility, including a number in the name, so follow this in the
ABI.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221208-arm64-sme2-v4-4-f2fa0aef982f@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/arm64/sme.rst