HomeSort by relevance Sort by last modified time
    Searched refs:PR_SPEC_FORCE_DISABLE (Results 1 - 15 of 15) sorted by null

  /external/strace/xlat/
pr_spec_get_store_bypass_flags.h 34 #if defined(PR_SPEC_FORCE_DISABLE) || (defined(HAVE_DECL_PR_SPEC_FORCE_DISABLE) && HAVE_DECL_PR_SPEC_FORCE_DISABLE)
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),
pr_spec_set_store_bypass_flags.h 20 #if defined(PR_SPEC_FORCE_DISABLE) || (defined(HAVE_DECL_PR_SPEC_FORCE_DISABLE) && HAVE_DECL_PR_SPEC_FORCE_DISABLE)
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),
  /bionic/libc/kernel/uapi/linux/
prctl.h 145 #define PR_SPEC_FORCE_DISABLE (1UL << 3)
  /external/kernel-headers/original/uapi/linux/
prctl.h 221 # define PR_SPEC_FORCE_DISABLE (1UL << 3)
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 984 milliseconds