Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dvlset.c130 flags = PR_SVE_SET_VL_ONEXEC; in main()
Dvec-syscfg.c523 ret = prctl(data->prctl_set, data->min_vl | PR_SVE_SET_VL_ONEXEC); in prctl_set_onexec()
/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro
/Linux-v6.1/Documentation/arm64/
Dsve.rst220 PR_SVE_SET_VL_ONEXEC
228 prctl(PR_SVE_SET_VL, arg & ~PR_SVE_SET_VL_ONEXEC)
234 Without PR_SVE_SET_VL_ONEXEC, the requested change takes effect
247 PR_SVE_SET_VL_ONEXEC is present in arg), is set to the largest value
257 current vector length for this thread if PR_SVE_SET_VL_ONEXEC was not
265 vector length, or calling PR_SVE_SET_VL with the PR_SVE_SET_VL_ONEXEC
450 PR_SVE_SET_VL_ONEXEC flag (or SVE_PT_VL_ONEXEC).
Dsme.rst221 length, or calling PR_SME_SET_VL with the PR_SVE_SET_VL_ONEXEC flag,
226 length, or calling PR_SME_SET_VL with the PR_SVE_SET_VL_ONEXEC flag,
/Linux-v6.1/arch/arm64/kernel/
Dfpsimd.c807 PR_SVE_SET_VL_ONEXEC)) in vec_set_vector_length()
825 PR_SVE_SET_VL_ONEXEC)) in vec_set_vector_length()
832 if (flags & PR_SVE_SET_VL_ONEXEC) in vec_set_vector_length()
891 if (flags & PR_SVE_SET_VL_ONEXEC) in vec_prctl_status()