Home
last modified time | relevance | path

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

/Linux-v5.10/tools/include/uapi/linux/
Dprctl.h39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
/Linux-v5.10/include/uapi/linux/
Dprctl.h39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
/Linux-v5.10/arch/powerpc/math-emu/
Dmath_efp.c699 && (current->thread.fpexc_mode & PR_FP_EXC_UND)) in do_spe_mathemu()
/Linux-v5.10/arch/powerpc/kernel/
Dprocess.c1885 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \
Dtraps.c2128 else if ((spefscr & SPEFSCR_FUNF) && (fpexc_mode & PR_FP_EXC_UND)) { in SPEFloatingPointException()