On 7/27/25 1:02 AM, Richard Henderson wrote:
Add some infrastructure for testing gcs in userspace.
Validate successful and trapped executions of GCSSTR.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
tests/tcg/aarch64/gcs.h | 71 +++++++++++++++++++++++++++++++
tests/tcg/aarch64/gcsstr.c | 48 +++++++++++++++++++++
tests/tcg/aarch64/Makefile.target | 5 +++
3 files changed, 124 insertions(+)
create mode 100644 tests/tcg/aarch64/gcs.h
create mode 100644 tests/tcg/aarch64/gcsstr.c
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>