Searched refs:PR_SVE_SET_VL (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | sve_helpers.c | 19 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 D | sve-ioctls.c | 44 res = prctl(PR_SVE_SET_VL, i, 0, 0, 0, 0); in do_sve_ioctl_test()
|
H A D | sve-str.c | 44 if (prctl(PR_SVE_SET_VL, i, 0, 0, 0, 0) == i) { in main()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | sve-probe-vls.c | 35 vl = prctl(PR_SVE_SET_VL, vq * 16); in main()
|
H A D | vlset.c | 25 static int set_ctl = PR_SVE_SET_VL;
|
H A D | fp-stress.c | 325 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 D | vec-syscfg.c | 54 .prctl_set = PR_SVE_SET_VL,
|
H A D | sve-ptrace.c | 57 .prctl_set = PR_SVE_SET_VL,
|
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | sve_regs.c | 51 if (prctl(PR_SVE_SET_VL, vl) == -1) { in do_one_sve_vl()
|
/openbmc/linux/include/uapi/linux/ |
H A D | prctl.h | 203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi.c | 420 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 D | sve.rst | 206 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 D | sys.c | 2631 case PR_SVE_SET_VL: in SYSCALL_DEFINE5()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 6295 #ifndef PR_SVE_SET_VL 6296 # define PR_SVE_SET_VL 50 macro 6422 case PR_SVE_SET_VL: in do_prctl()
|