Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dfpsimd.c588 PR_SVE_SET_VL_ONEXEC)) in sve_set_vector_length()
605 PR_SVE_SET_VL_ONEXEC)) in sve_set_vector_length()
612 if (flags & PR_SVE_SET_VL_ONEXEC) in sve_set_vector_length()
661 if (flags & PR_SVE_SET_VL_ONEXEC) in sve_prctl_status()
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dsve.rst195 PR_SVE_SET_VL_ONEXEC
203 prctl(PR_SVE_SET_VL, arg & ~PR_SVE_SET_VL_ONEXEC)
209 Without PR_SVE_SET_VL_ONEXEC, the requested change takes effect
222 PR_SVE_SET_VL_ONEXEC is present in arg), is set to the largest value
232 current vector length for this thread if PR_SVE_SET_VL_ONEXEC was not
240 vector length, or calling PR_SVE_SET_VL with the PR_SVE_SET_VL_ONEXEC
400 PR_SVE_SET_VL_ONEXEC flag (or SVE_PT_VL_ONEXEC).
/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.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ 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.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dvlset.c124 flags = PR_SVE_SET_VL_ONEXEC; in main()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ 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/asm/
H A Dptrace.h119 #define SVE_PT_VL_ONEXEC (PR_SVE_SET_VL_ONEXEC >> 16)