commit | a391a7a8c5203e49b50efd92c2b97bfbf4da7368 | [log] [tgz] |
---|---|---|
author | Luis Machado <luis.machado@arm.com> | Wed Jun 14 09:28:35 2023 +0100 |
committer | Luis Machado <luis.machado@arm.com> | Wed Oct 04 16:23:41 2023 +0100 |
tree | 25ed45cffd05d46c0ff07139c21d24ae9c8d8d1c | |
parent | 189e5663eb9ddafca3cd3e905d8642e5cb15832c [diff] |
sme2: Core file support for ZT register set This patch adds support for ZT register dumps/reads for core files. The ZT register is available when the SME2 feature is advertised as available by the Linux Kernel. Unlike the enablement for SME1 and the ZA register, support for SME2 is rather simple given the fixed size of the ZT0 register. Validated on the Fast Models. Reviewed-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>