Searched refs:PR_SME_SET_VL (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dza_no_regs.c31 vl = prctl(PR_SME_SET_VL, vq * 16);
61 if (prctl(PR_SME_SET_VL, vl) != vl) {
H A Dssve_regs.c31 vl = prctl(PR_SME_SET_VL, vq * 16);
72 ret = prctl(PR_SME_SET_VL, vl);
H A Dza_regs.c31 vl = prctl(PR_SME_SET_VL, vq * 16);
73 if (prctl(PR_SME_SET_VL, vl) != vl) {
H A Dssve_za_regs.c31 vl = prctl(PR_SME_SET_VL, vq * 16);
79 ret = prctl(PR_SME_SET_VL, vl);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvlset.c56 case 's': set_ctl = PR_SME_SET_VL;
H A Dfp-stress.c347 ret = prctl(PR_SME_SET_VL, vl | PR_SME_VL_INHERIT);
360 ret = prctl(PR_SME_SET_VL, vl | PR_SVE_VL_INHERIT);
472 probe_vls(sme_vls, &sme_vl_count, PR_SME_SET_VL);
H A Dza-ptrace.c116 prctl_vl = prctl(PR_SME_SET_VL, vl);
118 ksft_exit_fail_msg("prctl(PR_SME_SET_VL) failed: %s (%d)\n",
H A Dsve-ptrace.c64 .prctl_set = PR_SME_SET_VL,
H A Dvec-syscfg.c64 .prctl_set = PR_SME_SET_VL,
H A Dfp-ptrace.c219 ret = prctl(PR_SME_SET_VL, config->sme_vl_in);
1450 probe_vls("SME", sme_vls, &sme_vl_count, PR_SME_SET_VL);
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c429 ret = prctl(PR_SME_SET_VL, sme_vls[sme]);
431 ksft_exit_fail_msg("PR_SME_SET_VL failed: %s (%d)\n",
454 ret = prctl(PR_SME_SET_VL, sme_vls[sme]);
456 ksft_exit_fail_msg("PR_SME_SET_VL failed: %s (%d)\n",
510 vl = prctl(PR_SME_SET_VL, vq * 16);
512 ksft_exit_fail_msg("PR_SME_SET_VL failed: %s (%d)\n",
/linux-master/include/uapi/linux/
H A Dprctl.h277 #define PR_SME_SET_VL 63 /* set task vector length */ macro
280 /* Bits common to PR_SME_SET_VL and PR_SME_GET_VL */
/linux-master/tools/include/uapi/linux/
H A Dprctl.h277 #define PR_SME_SET_VL 63 /* set task vector length */ macro
280 /* Bits common to PR_SME_SET_VL and PR_SME_GET_VL */
/linux-master/kernel/
H A Dsys.c2650 case PR_SME_SET_VL:

Completed in 252 milliseconds