Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h282 # define PR_SME_VL_INHERIT (1 << 17) /* inherit across exec */ macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h282 # define PR_SME_VL_INHERIT (1 << 17) /* inherit across exec */ macro
/openbmc/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
398 * PR_SME_VL_INHERIT (or equivalently SME_PT_VL_INHERIT) is set for the
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c347 ret = prctl(PR_SME_SET_VL, vl | PR_SME_VL_INHERIT); in start_ssve()
/openbmc/qemu/linux-user/
H A Dsyscall.c6310 # define PR_SME_VL_INHERIT (1 << 17) macro