Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dprctl.h36 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
/linux-2.6.39/arch/powerpc/kernel/
Dprocess.c876 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \
Dtraps.c1370 else if ((spefscr & SPEFSCR_FUNF) && (fpexc_mode & PR_FP_EXC_UND)) { in SPEFloatingPointException()