Searched refs:NT_ARM_SVE (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | sve-ptrace.c | 25 #ifndef NT_ARM_SVE 26 #define NT_ARM_SVE 0x405 macro 56 .regset = NT_ARM_SVE, 374 ksft_test_result((type->regset == NT_ARM_SVE) == (ret == 0), in ptrace_sve_fpsimd()
|
| H A D | fp-ptrace.c | 43 #ifndef NT_ARM_SVE 44 #define NT_ARM_SVE 0x405 macro 440 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_SVE, &iov); in check_ptrace_values_sve() 458 ksft_print_msg("NT_ARM_SVE reports SVE with PSTATE.SM\n"); in check_ptrace_values_sve() 464 ksft_print_msg("NT_ARM_SVE reports data with PSTATE.SM\n"); in check_ptrace_values_sve() 469 ksft_print_msg("NT_ARM_SVE wrote beyond its header with PSTATE.SM\n"); in check_ptrace_values_sve() 1249 regset = NT_ARM_SVE; in sve_write_fpsimd() 1286 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_SVE, &iov); in za_write_expected()
|
| /linux/Documentation/arch/arm64/ |
| H A D | sme.rst | 61 NT_ARM_SVE, NT_ARM_SSVE, NT_ARM_ZA and NT_ARM_ZT regsets. The recommended
|