Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dprctl.h39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
/linux/include/uapi/linux/
H A Dprctl.h39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
/linux/arch/powerpc/math-emu/
H A Dmath_efp.c703 && (current->thread.fpexc_mode & PR_FP_EXC_UND)) in do_spe_mathemu()
/linux/arch/powerpc/kernel/
H A Dtraps.c2165 else if ((spefscr & SPEFSCR_FUNF) && (fpexc_mode & PR_FP_EXC_UND)) { in DEFINE_INTERRUPT_HANDLER()
H A Dprocess.c2022 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \