Searched refs:PR_SVE_SET_VL_ONEXEC (Results 1 - 5 of 5) sorted by last modified time

/linux-master/include/uapi/linux/
H A Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c838 PR_SVE_SET_VL_ONEXEC))
856 PR_SVE_SET_VL_ONEXEC))
863 if (flags & PR_SVE_SET_VL_ONEXEC)
937 if (flags & PR_SVE_SET_VL_ONEXEC)
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c531 ret = prctl(data->prctl_set, data->min_vl | PR_SVE_SET_VL_ONEXEC);
H A Dvlset.c130 flags = PR_SVE_SET_VL_ONEXEC;
/linux-master/tools/include/uapi/linux/
H A Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro

Completed in 322 milliseconds