Searched refs:PR_FP_EXC_OVF (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dprctl.h38 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h38 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */ macro
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c700 && (current->thread.fpexc_mode & PR_FP_EXC_OVF))
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2007 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \
H A Dtraps.c2163 if ((spefscr & SPEFSCR_FOVF) && (fpexc_mode & PR_FP_EXC_OVF)) {

Completed in 121 milliseconds