Home
last modified time | relevance | path

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

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