Home
last modified time | relevance | path

Searched refs:PR_SPEC_ENABLE (Results 1 – 16 of 16) 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
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go1346 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_ppc64.go1348 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_arm.go1345 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_mips64.go1346 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_ppc64le.go1348 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_arm64.go1348 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_386.go1347 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_mips.go1346 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_s390x.go1345 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_mipsle.go1346 PR_SPEC_ENABLE = 0x2 const
Dzerrors_linux_amd64.go1347 PR_SPEC_ENABLE = 0x2 const