Home
last modified time | relevance | path

Searched refs:PR_SVE_SET_VL (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/tools/testing/selftests/arm64/fp/
Dsve-probe-vls.c34 vl = prctl(PR_SVE_SET_VL, vq * 16); in main()
Dvlset.c128 t = prctl(PR_SVE_SET_VL, vl | flags); in main()
/Linux-v5.10/tools/include/uapi/linux/
Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
/Linux-v5.10/include/uapi/linux/
Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
/Linux-v5.10/Documentation/arm64/
Dsve.rst180 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 current
240 vector length, or calling PR_SVE_SET_VL with the PR_SVE_SET_VL_ONEXEC
335 those documented for PR_SVE_SET_VL.
/Linux-v5.10/kernel/
Dsys.c2479 case PR_SVE_SET_VL: in SYSCALL_DEFINE5()