Home
last modified time | relevance | path

Searched refs:PR_GET_FP_MODE (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/none/tests/mips32/
Dchange_fp_mode.c12 #if !defined(PR_GET_FP_MODE)
13 # define PR_GET_FP_MODE 46 macro
42 *fr_prctl = prctl(PR_GET_FP_MODE); in test()
/external/valgrind/none/tests/mips64/
Dchange_fp_mode.c12 #if !defined(PR_GET_FP_MODE)
13 # define PR_GET_FP_MODE 46 macro
159 *fr_prctl = prctl(PR_GET_FP_MODE); in test()
/external/strace/xlat/
Dprctl_options.h134 #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 macro
196 XLAT(PR_GET_FP_MODE),
Dprctl_options.in45 PR_GET_FP_MODE 46
/external/kernel-headers/original/uapi/linux/
Dprctl.h189 #define PR_GET_FP_MODE 46 macro
/external/strace/
Dprctl.c178 case PR_GET_FP_MODE: in SYS_FUNC()
DNEWS137 * Implemented decoding of PR_SET_FP_MODE and PR_GET_FP_MODE operations
DChangeLog8613 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_MODE
21602 * xlat/prctl_options.in: Add PR_SET_FP_MODE, PR_GET_FP_MODE,