Home
last modified time | relevance | path

Searched refs:new_sve (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c180 struct user_sve_header *new_sve = NULL; in read_fails() local
184 ret = get_sve(child, type, (void **)&new_sve, &new_sve_size); in read_fails()
189 free(new_sve); in read_fails()
213 struct user_sve_header *new_sve = NULL; in ptrace_set_get_inherit() local
233 if (!get_sve(child, type, (void **)&new_sve, &new_sve_size)) { in ptrace_set_get_inherit()
239 ksft_test_result(new_sve->flags & SVE_PT_VL_INHERIT, in ptrace_set_get_inherit()
251 if (!get_sve(child, type, (void **)&new_sve, &new_sve_size)) { in ptrace_set_get_inherit()
257 ksft_test_result(!(new_sve->flags & SVE_PT_VL_INHERIT), in ptrace_set_get_inherit()
260 free(new_sve); in ptrace_set_get_inherit()
268 struct user_sve_header *new_sve = NULL; in ptrace_set_get_vl() local
[all …]