Searched refs:PR_FP_EXC_SW_ENABLE (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/uapi/linux/
H A Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2035 if (val & PR_FP_EXC_SW_ENABLE) {
2040 * with PR_GET_FPEXC (with PR_FP_EXC_SW_ENABLE
2042 * PR_SET_FPEXC (with PR_FP_EXC_SW_ENABLE in
2052 (PR_FP_EXC_SW_ENABLE | PR_FP_ALL_EXCEPT);
2062 * PR_FP_EXC_SW_ENABLE. Additionally, the MSR[FE0,FE1] bits
2079 if (tsk->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE) {
2084 * with PR_GET_FPEXC (with PR_FP_EXC_SW_ENABLE
2086 * PR_SET_FPEXC (with PR_FP_EXC_SW_ENABLE in
/linux-master/tools/include/uapi/linux/
H A Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c695 if (current->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE) {
888 if (current->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE)

Completed in 205 milliseconds