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

/linux-master/include/uapi/linux/
H A Dprctl.h41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */ macro
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c709 && (current->thread.fpexc_mode & PR_FP_EXC_INV))
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2008 | PR_FP_EXC_RES | PR_FP_EXC_INV)
H A Dtraps.c2171 else if ((spefscr & SPEFSCR_FINV) && (fpexc_mode & PR_FP_EXC_INV)) {

Completed in 130 milliseconds