Searched refs:set_sve (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 149 static int set_sve(pid_t pid, const struct vec_type *type, in set_sve() function 172 ret = set_sve(child, type, &sve); in ptrace_set_get_inherit() 194 ret = set_sve(child, type, &sve); in ptrace_set_get_inherit() 237 ret = set_sve(child, type, &sve); in ptrace_set_get_vl() 302 ret = set_sve(child, type, sve); in ptrace_sve_fpsimd() 368 ret = set_sve(child, type, write_sve); in ptrace_set_sve_get_sve_data() 463 ret = set_sve(child, type, write_sve); in ptrace_set_sve_get_fpsimd_data()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 106 static int set_sve(pid_t pid, const struct user_sve_header *sve) in set_sve() function 233 if (set_sve(pid, sve)) { in do_parent() 236 ksft_test_result_fail("set_sve(FPSIMD): %s\n", in do_parent() 260 if (set_sve(pid, new_sve)) { in do_parent() 263 ksft_test_result_fail("set_sve(ZREG): %s\n", strerror(errno)); in do_parent()
|
Completed in 2 milliseconds