Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c153 struct user_sve_header *new_sve = NULL; in ptrace_set_get_inherit() local
173 if (!get_sve(child, type, (void **)&new_sve, &new_sve_size)) { in ptrace_set_get_inherit()
179 ksft_test_result(new_sve->flags & SVE_PT_VL_INHERIT, in ptrace_set_get_inherit()
191 if (!get_sve(child, type, (void **)&new_sve, &new_sve_size)) { in ptrace_set_get_inherit()
197 ksft_test_result(!(new_sve->flags & SVE_PT_VL_INHERIT), in ptrace_set_get_inherit()
200 free(new_sve); in ptrace_set_get_inherit()
208 struct user_sve_header *new_sve = NULL; in ptrace_set_get_vl() local
238 if (!get_sve(child, type, (void **)&new_sve, &new_sve_size)) { in ptrace_set_get_vl()
244 ksft_test_result(new_sve->vl = prctl_vl, "Set %s VL %u\n", in ptrace_set_get_vl()
247 free(new_sve); in ptrace_set_get_vl()