Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c51 static const struct vec_type vec_types[] = { variable
72 #define EXPECTED_TESTS ((VL_TESTS + FLAG_TESTS + FPSIMD_TESTS) * ARRAY_SIZE(vec_types))
430 ret = set_sve(child, &vec_types[0], sve); in ptrace_sve_fpsimd_no_sve()
804 for (i = 0; i < ARRAY_SIZE(vec_types); i++) { in do_parent()
809 if (!(getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap)) { in do_parent()
810 read_fails(child, &vec_types[i]); in do_parent()
811 write_fails(child, &vec_types[i]); in do_parent()
814 vec_types[i].name); in do_parent()
816 vec_types[i].name); in do_parent()
820 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()
[all …]