Searched refs:PR_SVE_SET_VL (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c35 vl = prctl(PR_SVE_SET_VL, vq * 16);
37 ksft_exit_fail_msg("PR_SVE_SET_VL failed: %s (%d)\n",
43 ksft_exit_fail_msg("PR_SVE_SET_VL reports %d, RDVL %d\n",
H A Dvlset.c25 static int set_ctl = PR_SVE_SET_VL;
136 fprintf(stderr, "%s: PR_SVE_SET_VL: %s\n",
H A Dfp-stress.c326 ret = prctl(PR_SVE_SET_VL, vl | PR_SVE_VL_INHERIT);
465 probe_vls(sve_vls, &sve_vl_count, PR_SVE_SET_VL);
H A Dsve-ptrace.c57 .prctl_set = PR_SVE_SET_VL,
H A Dvec-syscfg.c54 .prctl_set = PR_SVE_SET_VL,
H A Dfp-ptrace.c211 ret = prctl(PR_SVE_SET_VL, config->sve_vl_in);
1438 probe_vls("SVE", sve_vls, &sve_vl_count, PR_SVE_SET_VL);
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dsve_regs.c31 vl = prctl(PR_SVE_SET_VL, vq * 16);
67 if (prctl(PR_SVE_SET_VL, vl) == -1) {
H A Dfake_sigreturn_sve_change_vl.c29 vl = prctl(PR_SVE_SET_VL, vq * 16);
H A Dfake_sigreturn_sme_change_vl.c28 vl = prctl(PR_SVE_SET_VL, vq * 16);
/linux-master/include/uapi/linux/
H A Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
206 /* Bits common to PR_SVE_SET_VL and PR_SVE_GET_VL */
/linux-master/tools/include/uapi/linux/
H A Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
206 /* Bits common to PR_SVE_SET_VL and PR_SVE_GET_VL */
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c420 ret = prctl(PR_SVE_SET_VL, sve_vls[sve]);
422 ksft_exit_fail_msg("PR_SVE_SET_VL failed: %s (%d)\n",
484 vl = prctl(PR_SVE_SET_VL, vq * 16);
486 ksft_exit_fail_msg("PR_SVE_SET_VL failed: %s (%d)\n",
/linux-master/kernel/
H A Dsys.c2644 case PR_SVE_SET_VL:

Completed in 217 milliseconds