linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
commit24d87c187c46a935f2b6bd7194d9958fb28be786
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 8 Jul 2022 15:15:37 +0000 (8 20:45 +0530)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Jul 2022 12:43:52 +0000 (11 13:43 +0100)
treeb7318aa25892738b19d3cb05229bfda19368e534
parentfd72f5d0bae2bcdb695cb8da57b41c49c001f91f
linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL

These prctl set the Streaming SVE vector length, which may
be completely different from the Normal SVE vector length.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220708151540.18136-43-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/aarch64/target_prctl.h
linux-user/syscall.c