Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dprctl.h40 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */ macro
/linux-4.4.14/arch/powerpc/math-emu/
Dmath_efp.c709 && (current->thread.fpexc_mode & PR_FP_EXC_INV)) in do_spe_mathemu()
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c1338 | PR_FP_EXC_RES | PR_FP_EXC_INV)
Dtraps.c1783 else if ((spefscr & SPEFSCR_FINV) && (fpexc_mode & PR_FP_EXC_INV)) { in SPEFloatingPointException()