Home
last modified time | relevance | path

Searched refs:PR_SVE_GET_VL (Results 1 – 7 of 7) sorted by relevance

/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.h205 #define PR_SVE_GET_VL 51 /* get 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.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dvlset.c135 t = prctl(PR_SVE_GET_VL); in main()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dsve.rst231 PR_SVE_GET_VL. The vector length reported in this value is the new
244 prctl(PR_SVE_GET_VL)
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2632 case PR_SVE_GET_VL: in SYSCALL_DEFINE5()