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

  /external/strace/xlat/
pr_fp_mode.h 6 #if defined(PR_FP_MODE_FR) || (defined(HAVE_DECL_PR_FP_MODE_FR) && HAVE_DECL_PR_FP_MODE_FR)
8 static_assert((PR_FP_MODE_FR) == ((1 << 0)), "PR_FP_MODE_FR != (1 << 0)");
11 # define PR_FP_MODE_FR (1 << 0)
31 XLAT(PR_FP_MODE_FR),
  /bionic/libc/kernel/uapi/linux/
prctl.h 125 #define PR_FP_MODE_FR (1 << 0)
  /external/kernel-headers/original/uapi/linux/
prctl.h 191 # define PR_FP_MODE_FR (1 << 0) /* 64b FP registers */
  /bionic/linker/
linker_mips.cpp 317 if (prctl(PR_SET_FP_MODE, PR_FP_MODE_FR|PR_FP_MODE_FRE)) {
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
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 114 milliseconds