Home
last modified time | relevance | path

Searched refs:max_vl (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
A Dvec-syscfg.c40 int max_vl; member
306 data->max_vl = new_default; in proc_write_max()
358 if (data->min_vl == data->max_vl) { in prctl_set()
389 data->name, data->max_vl, in prctl_set()
443 if (child_vl != data->max_vl) { in prctl_set_no_child()
446 data->max_vl, child_vl); in prctl_set_no_child()
633 if (vl > data->max_vl) { in prctl_set_all_vqs()
634 if (new_vl != data->max_vl) { in prctl_set_all_vqs()
637 data->max_vl); in prctl_set_all_vqs()
723 if (ret != sve_data->max_vl) { in change_sve_with_za()
[all …]
/linux/arch/arm64/kernel/
A Dfpsimd.c130 .max_vl = SVE_VL_MIN,
518 int max_vl = info->max_vl; in find_supported_vector_length() local
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()
1197 info->name, info->max_vl); in sve_setup()
[all …]
A Dptrace.c800 header->max_vl = vec_max_vl(type); in sve_init_header_from_task()
802 header->max_size = SVE_PT_SIZE(sve_vq_from_vl(header->max_vl), in sve_init_header_from_task()
1067 header.max_vl = sme_max_vl(); in za_get()
/linux/arch/arm64/include/uapi/asm/
A Dptrace.h118 __u16 max_vl; /* maximum possible vector length */ member
277 __u16 max_vl; /* maximum possible vector length */ member
/linux/arch/arm64/include/asm/
A Dfpsimd.h182 int max_vl; member
267 return vl_info[type].max_vl; in vec_max_vl()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dfw.h55 int max_vl; member
A Dfw.c1208 port_cap->max_vl = field >> 4; in mlx4_QUERY_PORT()
1248 port_cap->max_vl = field & 0xf; in mlx4_QUERY_PORT()
A Dmain.c395 dev->caps.vl_cap[port] = port_cap->max_vl; in _mlx4_dev_port()
/linux/drivers/infiniband/hw/mthca/
A Dmthca_cmd.h145 int max_vl; member
A Dmthca_main.c197 mdev->limits.vl_cap = dev_lim->max_vl; in mthca_dev_lim()
A Dmthca_cmd.c1118 dev_lim->max_vl = field >> 4; in mthca_QUERY_DEV_LIM()
/linux/Documentation/arch/arm64/
A Dsme.rst304 max_vl
A Dsve.rst321 max_vl

Completed in 38 milliseconds