Lines Matching refs:vl
22 int vq, vl; in sve_get_vls() local
28 vl = prctl(PR_SVE_SET_VL, vq * 16); in sve_get_vls()
29 if (vl == -1) in sve_get_vls()
32 vl &= PR_SVE_VL_LEN_MASK; in sve_get_vls()
35 vq = sve_vq_from_vl(vl); in sve_get_vls()
37 vls[nvls++] = vl; in sve_get_vls()
56 unsigned int vl) in do_one_sve_vl() argument
62 fprintf(stderr, "Testing VL %d\n", vl); in do_one_sve_vl()
64 if (prctl(PR_SVE_SET_VL, vl) == -1) { in do_one_sve_vl()
85 if (sve->vl != vl) { in do_one_sve_vl()
86 fprintf(stderr, "Got VL %d, expected %d\n", sve->vl, vl); in do_one_sve_vl()
92 head->size, sve->vl); in do_one_sve_vl()