Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h282 # define PR_SME_VL_INHERIT (1 << 17) /* inherit across exec */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h282 # define PR_SME_VL_INHERIT (1 << 17) /* inherit across exec */ macro
/Linux-v6.1/Documentation/arm64/
Dsme.rst104 length, the state of the PR_SME_VL_INHERIT flag, and the deferred vector
170 PR_SME_VL_INHERIT
236 PR_SME_VL_INHERIT
364 * PR_SME_VL_INHERIT (or equivalently SME_PT_VL_INHERIT) is set for the
/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dfp-stress.c323 ret = prctl(PR_SME_SET_VL, vl | PR_SME_VL_INHERIT); in start_ssve()