Searched refs:find_supported_vector_length (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | fpsimd.c | 533 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() 866 vl = find_supported_vector_length(type, vl); in vec_set_vector_length() 1207 if (WARN_ON(info->max_vl != find_supported_vector_length(ARM64_VEC_SVE, in sve_setup() 1209 info->max_vl = find_supported_vector_length(ARM64_VEC_SVE, in sve_setup() 1216 set_sve_default_vl(find_supported_vector_length(ARM64_VEC_SVE, 64)); in sve_setup() 1380 if (WARN_ON(info->max_vl != find_supported_vector_length(ARM64_VEC_SME, in sme_setup() 1382 info->max_vl = find_supported_vector_length(ARM64_VEC_SME, in sme_setup() 1393 set_sme_default_vl(find_supported_vector_length(ARM64_VEC_SME, 32)); in sme_setup() 1605 supported_vl = find_supported_vector_length(type, vl); in fpsimd_flush_thread_vl()
|
Completed in 11 milliseconds