Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dprctl.h37 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */ macro
/linux-4.4.14/arch/powerpc/math-emu/
Dmath_efp.c700 && (current->thread.fpexc_mode & PR_FP_EXC_OVF)) in do_spe_mathemu()
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c1337 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \
Dtraps.c1775 if ((spefscr & SPEFSCR_FOVF) && (fpexc_mode & PR_FP_EXC_OVF)) { in SPEFloatingPointException()