Home
last modified time | relevance | path

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

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