Home
last modified time | relevance | path

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

/tools/testing/selftests/arm64/signal/
A Dsve_helpers.c13 unsigned int vls[SVE_VQ_MAX]; variable
47 vls[nvls++] = vl; in sve_fill_vls()
A Dsve_helpers.h16 extern unsigned int vls[];
/tools/testing/selftests/arm64/signal/testcases/
A Dfake_sigreturn_sme_change_vl.c60 za->vl, vls[0]); in fake_sigreturn_ssve_change_vl()
61 za->vl = vls[0]; in fake_sigreturn_ssve_change_vl()
A Dfake_sigreturn_sve_change_vl.c60 sve->vl, vls[0]); in fake_sigreturn_sve_change_vl()
61 sve->vl = vls[0]; in fake_sigreturn_sve_change_vl()
A Dsve_regs.c89 if (do_one_sve_vl(td, si, uc, vls[i])) in sve_regs()
A Dssve_regs.c101 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
A Dza_no_regs.c87 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
A Dza_regs.c107 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
A Dssve_za_regs.c125 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
/tools/testing/selftests/arm64/fp/
A DMakefile11 sve-ptrace sve-probe-vls \
36 $(OUTPUT)/sve-probe-vls: sve-probe-vls.c $(OUTPUT)/rdvl.o
A D.gitignore8 sve-probe-vls
A Dfp-stress.c401 static void probe_vls(int vls[], int *vl_count, int set_vl) in probe_vls() argument
416 if (*vl_count && (vl == vls[*vl_count - 1])) in probe_vls()
421 vls[*vl_count] = vl; in probe_vls()
A Dfp-ptrace.c1485 static void probe_vls(const char *name, int vls[], int *vl_count, int set_vl) in probe_vls() argument
1500 if (*vl_count && (vl == vls[*vl_count - 1])) in probe_vls()
1505 vls[*vl_count] = vl; in probe_vls()
1511 vls[1] = vls[*vl_count - 1]; in probe_vls()
1513 *vl_count, name, vls[0], vls[1]); in probe_vls()
A DREADME7 sve-probe-vls - Checks the SVE vector length enumeration interface
/tools/perf/util/
A Dprobe-finder.h47 struct variable_list **vls);
93 struct variable_list *vls; /* Found variable lists */ member
A Dprobe-finder.c1430 vl = &af->vls[af->nvls - 1]; in collect_variables_cb()
1489 if (af->pf.addr == af->vls[i].point.address) in available_var_finder_overlap()
1519 vl = &af->vls[af->nvls++]; in add_available_vars()
1560 struct variable_list **vls) in debuginfo__find_available_vars_at() argument
1569 *vls = zalloc(sizeof(struct variable_list) * af.max_vls); in debuginfo__find_available_vars_at()
1570 if (*vls == NULL) in debuginfo__find_available_vars_at()
1573 af.vls = *vls; in debuginfo__find_available_vars_at()
1580 zfree(&af.vls[af.nvls].point.symbol); in debuginfo__find_available_vars_at()
1581 strlist__delete(af.vls[af.nvls].vars); in debuginfo__find_available_vars_at()
1583 zfree(vls); in debuginfo__find_available_vars_at()
A Dprobe-event.c1189 struct variable_list *vls = NULL, *vl; in show_available_vars_at() local
1198 ret = debuginfo__find_available_vars_at(dinfo, pev, &vls); in show_available_vars_at()
1203 &vls); in show_available_vars_at()
1220 vl = &vls[i]; in show_available_vars_at()
1242 free(vls); in show_available_vars_at()

Completed in 37 milliseconds