Searched refs:PR_SVE_SET_VL (Results 1 – 8 of 8) sorted by relevance
34 vl = prctl(PR_SVE_SET_VL, vq * 16); in main()
128 t = prctl(PR_SVE_SET_VL, vl | flags); in main()
203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
180 prctl(PR_SVE_SET_VL, unsigned long arg)203 prctl(PR_SVE_SET_VL, arg & ~PR_SVE_SET_VL_ONEXEC)239 unspecified. Calling PR_SVE_SET_VL with vl equal to the thread's current240 vector length, or calling PR_SVE_SET_VL with the PR_SVE_SET_VL_ONEXEC335 those documented for PR_SVE_SET_VL.
2629 case PR_SVE_SET_VL: in SYSCALL_DEFINE5()