Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */ macro
/Linux-v6.1/arch/powerpc/math-emu/
Dmath_efp.c709 && (current->thread.fpexc_mode & PR_FP_EXC_INV)) in do_spe_mathemu()
/Linux-v6.1/arch/powerpc/kernel/
Dtraps.c2140 else if ((spefscr & SPEFSCR_FINV) && (fpexc_mode & PR_FP_EXC_INV)) { in DEFINE_INTERRUPT_HANDLER()
Dprocess.c1946 | PR_FP_EXC_RES | PR_FP_EXC_INV)