Home
last modified time | relevance | path

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

/external/strace/xlat/
Dpr_spec_set_store_bypass_flags.h6 #if defined(PR_SPEC_ENABLE) || (defined(HAVE_DECL_PR_SPEC_ENABLE) && HAVE_DECL_PR_SPEC_ENABLE)
8 static_assert((PR_SPEC_ENABLE) == ((1 << 1)), "PR_SPEC_ENABLE != (1 << 1)");
11 # define PR_SPEC_ENABLE (1 << 1)
38 XLAT(PR_SPEC_ENABLE),
Dpr_spec_get_store_bypass_flags.h20 #if defined(PR_SPEC_ENABLE) || (defined(HAVE_DECL_PR_SPEC_ENABLE) && HAVE_DECL_PR_SPEC_ENABLE)
22 static_assert((PR_SPEC_ENABLE) == ((1 << 1)), "PR_SPEC_ENABLE != (1 << 1)");
25 # define PR_SPEC_ENABLE (1 << 1)
54 XLAT(PR_SPEC_ENABLE),
Dpr_spec_set_store_bypass_flags.in1 PR_SPEC_ENABLE (1 << 1)
Dpr_spec_get_store_bypass_flags.in3 PR_SPEC_ENABLE (1 << 1)
/external/kernel-headers/original/uapi/linux/
Dprctl.h219 # define PR_SPEC_ENABLE (1UL << 1) macro