Home
last modified time | relevance | path

Searched refs:PR_SVE_SET_VL (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dsve_helpers.c19 int pr_set_vl = use_sme ? PR_SME_SET_VL : PR_SVE_SET_VL; in sve_fill_vls()
/openbmc/qemu/tests/tcg/aarch64/
H A Dsve-ioctls.c44 res = prctl(PR_SVE_SET_VL, i, 0, 0, 0, 0); in do_sve_ioctl_test()
H A Dsve-str.c44 if (prctl(PR_SVE_SET_VL, i, 0, 0, 0, 0) == i) { in main()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c35 vl = prctl(PR_SVE_SET_VL, vq * 16); in main()
H A Dvlset.c25 static int set_ctl = PR_SVE_SET_VL;
H A Dfp-stress.c325 ret = prctl(PR_SVE_SET_VL, vl | PR_SVE_VL_INHERIT); in start_sve()
464 probe_vls(sve_vls, &sve_vl_count, PR_SVE_SET_VL); in main()
H A Dvec-syscfg.c54 .prctl_set = PR_SVE_SET_VL,
H A Dsve-ptrace.c57 .prctl_set = PR_SVE_SET_VL,
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dsve_regs.c51 if (prctl(PR_SVE_SET_VL, vl) == -1) { in do_one_sve_vl()
/openbmc/linux/include/uapi/linux/
H A Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c420 ret = prctl(PR_SVE_SET_VL, sve_vls[sve]); in test_one_syscall()
484 vl = prctl(PR_SVE_SET_VL, vq * 16); in sve_count_vls()
/openbmc/linux/Documentation/arch/arm64/
H A Dsve.rst206 prctl(PR_SVE_SET_VL, unsigned long arg)
229 prctl(PR_SVE_SET_VL, arg & ~PR_SVE_SET_VL_ONEXEC)
265 unspecified. Calling PR_SVE_SET_VL with vl equal to the thread's current
266 vector length, or calling PR_SVE_SET_VL with the PR_SVE_SET_VL_ONEXEC
371 those documented for PR_SVE_SET_VL.
/openbmc/linux/kernel/
H A Dsys.c2631 case PR_SVE_SET_VL: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6295 #ifndef PR_SVE_SET_VL
6296 # define PR_SVE_SET_VL 50 macro
6422 case PR_SVE_SET_VL: in do_prctl()