Lines Matching defs:vl
24 static unsigned long vl;50 case 'M': vl = SVE_VL_MAX; break;60 if (!vl) {66 vl = strtoul(argv[optind], &rest, 0);68 vl = ULONG_MAX;71 if (vl == ULONG_MAX && errno) {106 if (vl & ~(vl & PR_SVE_VL_LEN_MASK)) {108 program_name, vl);128 t = prctl(PR_SVE_SET_VL, vl | flags);