Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c34 vl = prctl(PR_SVE_SET_VL, vq * 16); in main()
H A Dvlset.c128 t = prctl(PR_SVE_SET_VL, vl | flags); in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h203 #define PR_SVE_SET_VL 50 /* set task vector length */ macro
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dsve.rst180 prctl(PR_SVE_SET_VL, unsigned long arg)
203 prctl(PR_SVE_SET_VL, arg & ~PR_SVE_SET_VL_ONEXEC)
239 unspecified. Calling PR_SVE_SET_VL with vl equal to the thread's current
240 vector length, or calling PR_SVE_SET_VL with the PR_SVE_SET_VL_ONEXEC
335 those documented for PR_SVE_SET_VL.
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2629 case PR_SVE_SET_VL: in SYSCALL_DEFINE5()