Home
last modified time | relevance | path

Searched refs:PR_SME_VL_INHERIT (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dprctl.h282 # define PR_SME_VL_INHERIT (1 << 17) /* inherit across exec */ macro
/linux/tools/include/uapi/linux/
H A Dprctl.h282 # define PR_SME_VL_INHERIT (1 << 17) /* inherit across exec */ macro
/linux/Documentation/arch/arm64/
H A Dsme.rst110 length, the state of the PR_SME_VL_INHERIT flag, and the deferred vector
190 PR_SME_VL_INHERIT
256 PR_SME_VL_INHERIT
397 * PR_SME_VL_INHERIT (or equivalently SME_PT_VL_INHERIT) is set for the
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c360 ret = prctl(PR_SME_SET_VL, vl | PR_SME_VL_INHERIT); in start_ssve()