Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c533 static unsigned int find_supported_vector_length(enum vec_type type, in find_supported_vector_length() function
581 set_default_vl(type, find_supported_vector_length(type, vl)); in vec_proc_do_default_vl()
869 vl = find_supported_vector_length(type, vl); in vec_set_vector_length()
1218 if (WARN_ON(info->max_vl != find_supported_vector_length(ARM64_VEC_SVE, in sve_setup()
1220 info->max_vl = find_supported_vector_length(ARM64_VEC_SVE, in sve_setup()
1227 set_sve_default_vl(find_supported_vector_length(ARM64_VEC_SVE, 64)); in sve_setup()
1386 if (WARN_ON(info->max_vl != find_supported_vector_length(ARM64_VEC_SME, in sme_setup()
1388 info->max_vl = find_supported_vector_length(ARM64_VEC_SME, in sme_setup()
1399 set_sme_default_vl(find_supported_vector_length(ARM64_VEC_SME, 32)); in sme_setup()
1627 supported_vl = find_supported_vector_length(type, vl); in fpsimd_flush_thread_vl()