Searched refs:PR_GET_FP_MODE (Results 1 – 8 of 8) sorted by relevance
12 #if !defined(PR_GET_FP_MODE)13 # define PR_GET_FP_MODE 46 macro42 *fr_prctl = prctl(PR_GET_FP_MODE); in test()
12 #if !defined(PR_GET_FP_MODE)13 # define PR_GET_FP_MODE 46 macro159 *fr_prctl = prctl(PR_GET_FP_MODE); in test()
134 #if !(defined(PR_GET_FP_MODE) || (defined(HAVE_DECL_PR_GET_FP_MODE) && HAVE_DECL_PR_GET_FP_MODE))135 # define PR_GET_FP_MODE 46 macro196 XLAT(PR_GET_FP_MODE),
45 PR_GET_FP_MODE 46
189 #define PR_GET_FP_MODE 46 macro
178 case PR_GET_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,