Lines Matching refs:max_vl
130 .max_vl = SVE_VL_MIN,
391 int max_vl = info->max_vl; in find_supported_vector_length() local
396 if (WARN_ON(!sve_vl_valid(max_vl))) in find_supported_vector_length()
397 max_vl = info->min_vl; in find_supported_vector_length()
399 if (vl > max_vl) in find_supported_vector_length()
400 vl = max_vl; in find_supported_vector_length()
426 vl = info->max_vl; in sve_proc_do_default_vl()
853 if (!sve_vl_valid(info->max_vl)) in sve_efi_setup()
857 SVE_SIG_REGS_SIZE(sve_vq_from_vl(info->max_vl)), SVE_VQ_BYTES); in sve_efi_setup()
923 info->max_vl = sve_vl_from_vq((zcr & ZCR_ELx_LEN_MASK) + 1); in sve_setup()
929 if (WARN_ON(info->max_vl != find_supported_vector_length(ARM64_VEC_SVE, in sve_setup()
930 info->max_vl))) in sve_setup()
931 info->max_vl = find_supported_vector_length(ARM64_VEC_SVE, in sve_setup()
932 info->max_vl); in sve_setup()
953 if (info->max_virtualisable_vl > info->max_vl) in sve_setup()
954 info->max_virtualisable_vl = info->max_vl; in sve_setup()
957 info->name, info->max_vl); in sve_setup()