Home
last modified time | relevance | path

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

/external/strace/xlat/
Dpr_spec_cmds.h6 #if defined(PR_SPEC_STORE_BYPASS) || (defined(HAVE_DECL_PR_SPEC_STORE_BYPASS) && HAVE_DECL_PR_SPEC_…
8 static_assert((PR_SPEC_STORE_BYPASS) == (0), "PR_SPEC_STORE_BYPASS != 0");
11 # define PR_SPEC_STORE_BYPASS 0
24 XLAT(PR_SPEC_STORE_BYPASS),
Dpr_spec_cmds.in1 PR_SPEC_STORE_BYPASS 0
/external/strace/
Dprctl.c243 case PR_SPEC_STORE_BYPASS: in SYS_FUNC()
415 case PR_SPEC_STORE_BYPASS: in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dprctl.h214 # define PR_SPEC_STORE_BYPASS 0 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c4000 #ifdef PR_SPEC_STORE_BYPASS
4001 { "PR_SPEC_STORE_BYPASS", (unsigned long) PR_SPEC_STORE_BYPASS },