Home
last modified time | relevance | path

Searched refs:vls (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/tools/testing/selftests/arm64/signal/testcases/
Dfake_sigreturn_sme_change_vl.c17 static unsigned int vls[SVE_VQ_MAX]; variable
37 vls[nvls++] = vl; in sme_get_vls()
76 sve->vl, vls[0]); in fake_sigreturn_ssve_change_vl()
77 sve->vl = vls[0]; in fake_sigreturn_ssve_change_vl()
Dfake_sigreturn_sve_change_vl.c18 static unsigned int vls[SVE_VQ_MAX]; variable
38 vls[nvls++] = vl; in sve_get_vls()
78 sve->vl, vls[0]); in fake_sigreturn_sve_change_vl()
79 sve->vl = vls[0]; in fake_sigreturn_sve_change_vl()
Dsve_regs.c20 static unsigned int vls[SVE_VQ_MAX]; variable
40 vls[nvls++] = vl; in sve_get_vls()
105 if (do_one_sve_vl(td, si, uc, vls[i])) in sve_regs()
Dssve_regs.c20 static unsigned int vls[SVE_VQ_MAX]; variable
40 vls[nvls++] = vl; in sme_get_vls()
107 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
Dza_no_regs.c20 static unsigned int vls[SVE_VQ_MAX]; variable
40 vls[nvls++] = vl; in sme_get_vls()
103 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
Dza_regs.c20 static unsigned int vls[SVE_VQ_MAX]; variable
40 vls[nvls++] = vl; in sme_get_vls()
118 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
/linux-6.1.9/sound/soc/codecs/
Dcx20442.c156 int vls, vsp, old, len; in cx20442_write() local
170 vls = cx20442_pm_to_v253_vls(value); in cx20442_write()
171 if (vls < 0) in cx20442_write()
172 return vls; in cx20442_write()
178 if ((vls == V253_VLS_T) || in cx20442_write()
179 (vls == cx20442_pm_to_v253_vls(old))) { in cx20442_write()
184 len = snprintf(buf, ARRAY_SIZE(buf), "at+vls=%d\r", vls); in cx20442_write()
187 "at+vls=%d;+vsp=%d\r", vls, vsp); in cx20442_write()
/linux-6.1.9/tools/testing/selftests/arm64/fp/
DMakefile9 sve-ptrace sve-probe-vls \
30 $(OUTPUT)/sve-probe-vls: sve-probe-vls.c $(OUTPUT)/rdvl.o
D.gitignore6 sve-probe-vls
Dfp-stress.c353 static void probe_vls(int vls[], int *vl_count, int set_vl) in probe_vls() argument
370 vls[*vl_count] = vl; in probe_vls()
DREADME7 sve-probe-vls - Checks the SVE vector length enumeration interface
/linux-6.1.9/tools/perf/util/
Dprobe-finder.h61 struct variable_list **vls);
107 struct variable_list *vls; /* Found variable lists */ member
Dprobe-finder.c1511 vl = &af->vls[af->nvls - 1]; in collect_variables_cb()
1570 if (af->pf.addr == af->vls[i].point.address) in available_var_finder_overlap()
1600 vl = &af->vls[af->nvls++]; in add_available_vars()
1641 struct variable_list **vls) in debuginfo__find_available_vars_at() argument
1650 *vls = zalloc(sizeof(struct variable_list) * af.max_vls); in debuginfo__find_available_vars_at()
1651 if (*vls == NULL) in debuginfo__find_available_vars_at()
1654 af.vls = *vls; in debuginfo__find_available_vars_at()
1661 zfree(&af.vls[af.nvls].point.symbol); in debuginfo__find_available_vars_at()
1662 strlist__delete(af.vls[af.nvls].vars); in debuginfo__find_available_vars_at()
1664 zfree(vls); in debuginfo__find_available_vars_at()
Dprobe-event.c1143 struct variable_list *vls = NULL, *vl; in show_available_vars_at() local
1152 ret = debuginfo__find_available_vars_at(dinfo, pev, &vls); in show_available_vars_at()
1157 &vls); in show_available_vars_at()
1174 vl = &vls[i]; in show_available_vars_at()
1196 free(vls); in show_available_vars_at()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dmad.c1323 u8 vls; in __subn_set_opa_portinfo() local
1528 vls = pi->operational_vls & OPA_PI_MASK_OPERATIONAL_VL; in __subn_set_opa_portinfo()
1529 if (vls) { in __subn_set_opa_portinfo()
1530 if (vls > ppd->vls_supported) { in __subn_set_opa_portinfo()
1536 vls) == -EINVAL) in __subn_set_opa_portinfo()
2341 } vls[]; /* real array size defined by # bits set in vl_select_mask */ member
2440 } vls[0]; member
2473 } vls[0]; member
2703 response_data_size = struct_size(rsp, vls, num_vls); in pma_get_opa_portstatus()
2793 vlinfo = &rsp->vls[0]; in pma_get_opa_portstatus()
[all …]
Dpio.h223 u8 vls; member
Dpio.c1903 newmap->vls = roundup_pow_of_two(num_vls); in pio_map_init()
1904 newmap->mask = (1 << ilog2(newmap->vls)) - 1; in pio_map_init()
1905 for (i = 0; i < newmap->vls; i++) { in pio_map_init()
Dsdma.h967 u8 vls; member
Dsdma.c1189 newmap->vls = roundup_pow_of_two(num_vls); in sdma_map_init()
1190 newmap->mask = (1 << ilog2(newmap->vls)) - 1; in sdma_map_init()
1194 for (i = 0; i < newmap->vls; i++) { in sdma_map_init()
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_verbs.h90 static inline int qib_num_vls(int vls) in qib_num_vls() argument
92 switch (vls) { in qib_num_vls()
Dqib_mad.c667 u8 vls; in subn_set_portinfo() local
786 vls = (pip->operationalvl_pei_peo_fpi_fpo >> 4) & 0xF; in subn_set_portinfo()
787 if (vls) { in subn_set_portinfo()
788 if (vls > ppd->vls_supported) in subn_set_portinfo()
791 (void) dd->f_set_ib_cfg(ppd, QIB_IB_CFG_OP_VLS, vls); in subn_set_portinfo()
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c204 static int vls = true; variable
205 module_param(vls, int, 0444);
1159 if (vls) { in init_vmcb_after_set_cpuid()
4132 svm->v_vmload_vmsave_enabled = vls && guest_cpuid_has(vcpu, X86_FEATURE_V_VMSAVE_VMLOAD); in svm_vcpu_after_set_cpuid()
4870 if (vls) in svm_set_cpu_caps()
5010 if (vls) { in svm_hardware_setup()
5014 vls = false; in svm_hardware_setup()