Searched refs:PR_SET_FP_MODE (Results 1 – 8 of 8) sorted by relevance
8 #if !defined(PR_SET_FP_MODE)9 # define PR_SET_FP_MODE 45 macro65 if (prctl(PR_SET_FP_MODE, 0) != 0) { in main()72 if (prctl(PR_SET_FP_MODE, 1) != 0) { in main()
8 #if !defined(PR_SET_FP_MODE)9 # define PR_SET_FP_MODE 45 macro246 if (prctl(PR_SET_FP_MODE, 0) != 0) { in main()253 if (prctl(PR_SET_FP_MODE, 1) != 0) { in main()
131 #if !(defined(PR_SET_FP_MODE) || (defined(HAVE_DECL_PR_SET_FP_MODE) && HAVE_DECL_PR_SET_FP_MODE))132 # define PR_SET_FP_MODE 45 macro195 XLAT(PR_SET_FP_MODE),
44 PR_SET_FP_MODE 45
188 #define PR_SET_FP_MODE 45 macro
337 case PR_SET_FP_MODE: in SYS_FUNC()
137 * Implemented decoding of PR_SET_FP_MODE and PR_GET_FP_MODE operations
8613 prctl: implement decoding of PR_SET_FP_MODE and PR_GET_FP_MODE options.8616 (SYS_FUNC(prctl)): Add handling for PR_SET_FP_MODE and PR_GET_FP_MODE21602 * xlat/prctl_options.in: Add PR_SET_FP_MODE, PR_GET_FP_MODE,