Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/fp/
A Dvec-syscfg.c39 int min_vl; member
270 data->min_vl = new_default; in proc_write_min()
494 if (child_vl != data->min_vl) { in prctl_set_for_child()
497 data->min_vl, child_vl); in prctl_set_for_child()
548 if (child_vl != data->min_vl) { in prctl_set_onexec()
550 data->min_vl, child_vl); in prctl_set_onexec()
621 if (vl < data->min_vl) { in prctl_set_all_vqs()
622 if (new_vl != data->min_vl) { in prctl_set_all_vqs()
625 data->min_vl); in prctl_set_all_vqs()
712 if (ret != sve_data->min_vl) { in change_sve_with_za()
[all …]
/linux/arch/arm64/kernel/
A Dfpsimd.c129 .min_vl = SVE_VL_MIN,
521 vl = info->min_vl; in find_supported_vector_length()
524 max_vl = info->min_vl; in find_supported_vector_length()
528 if (vl < info->min_vl) in find_supported_vector_length()
529 vl = info->min_vl; in find_supported_vector_length()
1308 info->min_vl = sve_vl_from_vq(__bit_to_vq(min_bit)); in sme_setup()
1313 WARN_ON(info->min_vl > info->max_vl); in sme_setup()
1324 info->min_vl); in sme_setup()
1613 vl = vl_info[type].min_vl; in fpsimd_flush_thread_vl()
/linux/arch/arm64/include/asm/
A Dfpsimd.h179 int min_vl; member

Completed in 12 milliseconds