Home
last modified time | relevance | path

Searched refs:PR_SVE_SET_VL_ONEXEC (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dpr_sve_vl_flags.h6 #if defined(PR_SVE_SET_VL_ONEXEC) || (defined(HAVE_DECL_PR_SVE_SET_VL_ONEXEC) && HAVE_DECL_PR_SVE_S…
8 static_assert((PR_SVE_SET_VL_ONEXEC) == ((1 << 18)), "PR_SVE_SET_VL_ONEXEC != (1 << 18)");
11 # define PR_SVE_SET_VL_ONEXEC (1 << 18)
31 XLAT(PR_SVE_SET_VL_ONEXEC),
Dpr_sve_vl_flags.in1 PR_SVE_SET_VL_ONEXEC (1 << 18)
/external/kernel-headers/original/uapi/linux/
Dprctl.h204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */ macro