Symbol: is_vector_supported
tools/testing/selftests/riscv/vector/v_helpers.c
33
if (is_vector_supported()) {
tools/testing/selftests/riscv/vector/v_helpers.h
6
bool is_vector_supported(void);
tools/testing/selftests/riscv/vector/v_initval.c
12
if (!is_vector_supported()) {
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
219
if (!is_vector_supported() && !is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
25
if (!(is_vector_supported() || is_xtheadvector_supported()))
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
531
if (!is_vector_supported() && !is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
534
if (is_vector_supported() && !vector_test(variant->spec))
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
739
if (!is_vector_supported() && !is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
742
if (is_vector_supported() && !vector_test(variant->spec))
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
93
if (!(is_vector_supported() || is_xtheadvector_supported()))
tools/testing/selftests/riscv/vector/vstate_prctl.c
115
if (!is_vector_supported()) {
tools/testing/selftests/riscv/vector/vstate_prctl.c
133
if (!is_vector_supported()) {
tools/testing/selftests/riscv/vector/vstate_prctl.c
153
if (!is_vector_supported()) {
tools/testing/selftests/riscv/vector/vstate_prctl.c
173
if (!is_vector_supported()) {
tools/testing/selftests/riscv/vector/vstate_prctl.c
192
if (!is_vector_supported()) {
tools/testing/selftests/riscv/vector/vstate_prctl.c
212
if (!is_vector_supported() && !is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/vstate_prctl.c
225
if (!is_vector_supported() && !is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/vstate_prctl.c
238
if (!is_vector_supported() && !is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/vstate_prctl.c
39
if (is_vector_supported() || is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/vstate_prctl.c
53
if (is_vector_supported() || is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/vstate_prctl.c
68
if (!is_vector_supported() && !is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/vstate_prctl.c
81
if (!is_vector_supported() && !is_xtheadvector_supported())
tools/testing/selftests/riscv/vector/vstate_prctl.c
97
if (!is_vector_supported()) {
tools/testing/selftests/riscv/vector/vstate_ptrace.c
117
if (!is_vector_supported() && !is_xtheadvector_supported())