Lines Matching refs:max_vl
130 .max_vl = SVE_VL_MIN,
518 int max_vl = info->max_vl; in find_supported_vector_length() local
523 if (WARN_ON(!sve_vl_valid(max_vl))) in find_supported_vector_length()
524 max_vl = info->min_vl; in find_supported_vector_length()
526 if (vl > max_vl) in find_supported_vector_length()
527 vl = max_vl; in find_supported_vector_length()
556 vl = info->max_vl; in vec_proc_do_default_vl()
1117 int max_vl = 0; in sve_efi_setup() local
1124 max_vl = max(vl_info[i].max_vl, max_vl); in sve_efi_setup()
1131 if (!sve_vl_valid(max_vl)) in sve_efi_setup()
1135 SVE_SIG_REGS_SIZE(sve_vq_from_vl(max_vl)), SVE_VQ_BYTES); in sve_efi_setup()
1172 info->max_vl = sve_vl_from_vq(__bit_to_vq(max_bit)); in sve_setup()
1193 if (info->max_virtualisable_vl > info->max_vl) in sve_setup()
1194 info->max_virtualisable_vl = info->max_vl; in sve_setup()
1197 info->name, info->max_vl); in sve_setup()
1311 info->max_vl = sve_vl_from_vq(__bit_to_vq(max_bit)); in sme_setup()
1313 WARN_ON(info->min_vl > info->max_vl); in sme_setup()
1326 info->max_vl); in sme_setup()