Home
last modified time | relevance | path

Searched refs:PR_SVE_GET_VL (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/include/uapi/linux/
Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/Linux-v5.10/include/uapi/linux/
Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/Linux-v5.10/tools/testing/selftests/arm64/fp/
Dvlset.c135 t = prctl(PR_SVE_GET_VL); in main()
/Linux-v5.10/Documentation/arm64/
Dsve.rst231 PR_SVE_GET_VL. The vector length reported in this value is the new
244 prctl(PR_SVE_GET_VL)
/Linux-v5.10/kernel/
Dsys.c2482 case PR_SVE_GET_VL: in SYSCALL_DEFINE5()