Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dprctl.h38 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
/linux-4.1.27/arch/powerpc/math-emu/
Dmath_efp.c703 && (current->thread.fpexc_mode & PR_FP_EXC_UND)) in do_spe_mathemu()
/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c1338 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \
Dtraps.c1741 else if ((spefscr & SPEFSCR_FUNF) && (fpexc_mode & PR_FP_EXC_UND)) { in SPEFloatingPointException()