Lines Matching defs:vl
24 static unsigned long vl;53 case 'M': vl = SVE_VL_MAX; break;66 if (!vl) {72 vl = strtoul(argv[optind], &rest, 0);74 vl = ULONG_MAX;77 if (vl == ULONG_MAX && errno) {112 if (vl & ~(vl & PR_SVE_VL_LEN_MASK)) {114 program_name, vl);134 t = prctl(set_ctl, vl | flags);