Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/arm64/signal/testcases/
Dsve_vl.c21 int ret = prctl(PR_SVE_GET_VL); in get_sve_vl()
/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dvlset.c26 static int get_ctl = PR_SVE_GET_VL;
Dvec-syscfg.c50 .prctl_get = PR_SVE_GET_VL,
/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/Linux-v6.1/Documentation/arm64/
Dsve.rst256 PR_SVE_GET_VL. The vector length reported in this value is the new
269 prctl(PR_SVE_GET_VL)
/Linux-v6.1/kernel/
Dsys.c2550 case PR_SVE_GET_VL: in SYSCALL_DEFINE5()