Home
last modified time | relevance | path

Searched refs:PR_SET_FPEMU (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dprctl_options.h40 #if !(defined(PR_SET_FPEMU) || (defined(HAVE_DECL_PR_SET_FPEMU) && HAVE_DECL_PR_SET_FPEMU))
41 # define PR_SET_FPEMU 10 macro
43 XLAT(PR_SET_FPEMU),
Dprctl_options.in10 PR_SET_FPEMU 10
/external/kernel-headers/original/uapi/linux/
Dprctl.h28 #define PR_SET_FPEMU 10 macro
/external/strace/
Dprctl.c66 case PR_SET_FPEMU: in prctl_enter()