Home
last modified time | relevance | path

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

/external/strace/xlat/
Dpr_spec_set_store_bypass_flags.h20 #if defined(PR_SPEC_FORCE_DISABLE) || (defined(HAVE_DECL_PR_SPEC_FORCE_DISABLE) && HAVE_DECL_PR_SPE…
22 static_assert((PR_SPEC_FORCE_DISABLE) == ((1 << 3)), "PR_SPEC_FORCE_DISABLE != (1 << 3)");
25 # define PR_SPEC_FORCE_DISABLE (1 << 3)
40 XLAT(PR_SPEC_FORCE_DISABLE),
Dpr_spec_get_store_bypass_flags.h34 #if defined(PR_SPEC_FORCE_DISABLE) || (defined(HAVE_DECL_PR_SPEC_FORCE_DISABLE) && HAVE_DECL_PR_SPE…
36 static_assert((PR_SPEC_FORCE_DISABLE) == ((1 << 3)), "PR_SPEC_FORCE_DISABLE != (1 << 3)");
39 # define PR_SPEC_FORCE_DISABLE (1 << 3)
56 XLAT(PR_SPEC_FORCE_DISABLE),
Dpr_spec_set_store_bypass_flags.in3 PR_SPEC_FORCE_DISABLE (1 << 3)
Dpr_spec_get_store_bypass_flags.in5 PR_SPEC_FORCE_DISABLE (1 << 3)
/external/kernel-headers/original/uapi/linux/
Dprctl.h221 # define PR_SPEC_FORCE_DISABLE (1UL << 3) macro