Searched refs:find_supported_vector_length (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/arm64/kernel/ |
D | fpsimd.c | 488 static unsigned int find_supported_vector_length(enum vec_type type, in find_supported_vector_length() function 536 set_default_vl(type, find_supported_vector_length(type, vl)); in vec_proc_do_default_vl() 822 vl = find_supported_vector_length(type, vl); in vec_set_vector_length() 1161 if (WARN_ON(info->max_vl != find_supported_vector_length(ARM64_VEC_SVE, in sve_setup() 1163 info->max_vl = find_supported_vector_length(ARM64_VEC_SVE, in sve_setup() 1170 set_sve_default_vl(find_supported_vector_length(ARM64_VEC_SVE, 64)); in sve_setup() 1326 if (WARN_ON(info->max_vl != find_supported_vector_length(ARM64_VEC_SME, in sme_setup() 1328 info->max_vl = find_supported_vector_length(ARM64_VEC_SME, in sme_setup() 1339 set_sme_default_vl(find_supported_vector_length(ARM64_VEC_SME, 32)); in sme_setup() 1550 supported_vl = find_supported_vector_length(type, vl); in fpsimd_flush_thread_vl()
|