Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
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()
/Linux-v5.10/tools/include/uapi/linux/
Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro
/Linux-v5.10/include/uapi/linux/
Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro
/Linux-v5.10/tools/testing/selftests/arm64/fp/
Dvlset.c124 flags = PR_SVE_SET_VL_ONEXEC; in main()
/Linux-v5.10/Documentation/arm64/
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).