Searched refs:PR_SVE_VL_INHERIT (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/arm64/fp/
H A Dvlset.c132 flags |= PR_SVE_VL_INHERIT;
H A Dvec-syscfg.c408 if (ret & PR_SVE_VL_INHERIT) {
466 ret = prctl(data->prctl_set, data->min_vl | PR_SVE_VL_INHERIT);
481 if (!(ret & PR_SVE_VL_INHERIT)) {
H A Dfp-stress.c326 ret = prctl(PR_SVE_SET_VL, vl | PR_SVE_VL_INHERIT);
360 ret = prctl(PR_SME_SET_VL, vl | PR_SVE_VL_INHERIT);
/linux-master/include/uapi/linux/
H A Dprctl.h208 # define PR_SVE_VL_INHERIT (1 << 17) /* inherit across exec */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h208 # define PR_SVE_VL_INHERIT (1 << 17) /* inherit across exec */ macro
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c837 if (flags & ~(unsigned long)(PR_SVE_VL_INHERIT |
855 if (flags & (PR_SVE_VL_INHERIT |
921 flags & PR_SVE_VL_INHERIT);
943 ret |= PR_SVE_VL_INHERIT;

Completed in 126 milliseconds