Searched refs:PR_SVE_GET_VL (Results 1 – 7 of 7) sorted by relevance
21 int ret = prctl(PR_SVE_GET_VL); in get_sve_vl()
26 static int get_ctl = PR_SVE_GET_VL;
53 .prctl_get = PR_SVE_GET_VL,
205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro 206 /* Bits common to PR_SVE_SET_VL and PR_SVE_GET_VL */
205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
252 PR_SVE_GET_VL. The vector length reported in this value is the new265 prctl(PR_SVE_GET_VL)
2658 case PR_SVE_GET_VL: in SYSCALL_DEFINE5()