Home
last modified time | relevance | path

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

/openbmc/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))
680 for (i = 0; i < ARRAY_SIZE(vec_types); i++) { in do_parent()
682 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()
683 ptrace_sve_fpsimd(child, &vec_types[i]); in do_parent()
686 vec_types[i].name); in do_parent()
688 vec_types[i].name); in do_parent()
692 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()
693 ptrace_set_get_inherit(child, &vec_types[i]); in do_parent()
696 vec_types[i].name); in do_parent()
[all …]