Searched refs:PR_SVE_SET_VL_ONEXEC (Results 1 – 8 of 8) sorted by relevance
588 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()
195 PR_SVE_SET_VL_ONEXEC203 prctl(PR_SVE_SET_VL, arg & ~PR_SVE_SET_VL_ONEXEC)209 Without PR_SVE_SET_VL_ONEXEC, the requested change takes effect222 PR_SVE_SET_VL_ONEXEC is present in arg), is set to the largest value232 current vector length for this thread if PR_SVE_SET_VL_ONEXEC was not240 vector length, or calling PR_SVE_SET_VL with the PR_SVE_SET_VL_ONEXEC400 PR_SVE_SET_VL_ONEXEC flag (or SVE_PT_VL_ONEXEC).
204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro
124 flags = PR_SVE_SET_VL_ONEXEC; in main()
119 #define SVE_PT_VL_ONEXEC (PR_SVE_SET_VL_ONEXEC >> 16)