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;
50 .prctl_get = PR_SVE_GET_VL,
205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
256 PR_SVE_GET_VL. The vector length reported in this value is the new269 prctl(PR_SVE_GET_VL)
2550 case PR_SVE_GET_VL: in SYSCALL_DEFINE5()