Searched refs:get_sve (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | sve-ptrace.c | 121 static struct user_sve_header *get_sve(pid_t pid, const struct vec_type *type, in get_sve() function 184 ret = get_sve(child, type, (void **)&new_sve, &new_sve_size); in read_fails() 233 if (!get_sve(child, type, (void **)&new_sve, &new_sve_size)) { in ptrace_set_get_inherit() 251 if (!get_sve(child, type, (void **)&new_sve, &new_sve_size)) { in ptrace_set_get_inherit() 299 if (!get_sve(child, type, (void **)&new_sve, &new_sve_size)) { in ptrace_set_get_vl() 500 if (!get_sve(child, type, (void **)&read_buf, &read_sve_size)) { in ptrace_set_sve_get_sve_data() 664 if (!get_sve(child, type, (void **)&read_buf, &read_sve_size)) { in ptrace_set_fpsimd_get_sve_data()
|