Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dsve_vl.c21 int ret = prctl(PR_SVE_GET_VL); in get_sve_vl()
/linux/tools/testing/selftests/arm64/fp/
H A Dvlset.c26 static int get_ctl = PR_SVE_GET_VL;
H A Dvec-syscfg.c53 .prctl_get = PR_SVE_GET_VL,
/linux/include/uapi/linux/
H A Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
206 /* Bits common to PR_SVE_SET_VL and PR_SVE_GET_VL */
/linux/tools/include/uapi/linux/
H A Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/linux/Documentation/arch/arm64/
H A Dsve.rst252 PR_SVE_GET_VL. The vector length reported in this value is the new
265 prctl(PR_SVE_GET_VL)
/linux/kernel/
H A Dsys.c2658 case PR_SVE_GET_VL: in SYSCALL_DEFINE5()