Home
last modified time | relevance | path

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

/Linux-v5.10/tools/include/uapi/linux/
Dprctl.h40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ macro
/Linux-v5.10/include/uapi/linux/
Dprctl.h40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ macro
/Linux-v5.10/arch/powerpc/math-emu/
Dmath_efp.c702 && (current->thread.fpexc_mode & PR_FP_EXC_RES)) in do_spe_mathemu()
885 return (current->thread.fpexc_mode & PR_FP_EXC_RES) ? 1 : 0; in speround_handler()
/Linux-v5.10/arch/powerpc/kernel/
Dprocess.c1886 | PR_FP_EXC_RES | PR_FP_EXC_INV)
Dtraps.c2136 else if ((spefscr & (SPEFSCR_FG | SPEFSCR_FX)) && (fpexc_mode & PR_FP_EXC_RES)) in SPEFloatingPointException()