Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dprctl.h40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ macro
/linux/include/uapi/linux/
H A Dprctl.h40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ macro
/linux/arch/powerpc/math-emu/
H A Dmath_efp.c706 && (current->thread.fpexc_mode & PR_FP_EXC_RES)) in do_spe_mathemu()
889 return (current->thread.fpexc_mode & PR_FP_EXC_RES) ? 1 : 0; in speround_handler()
/linux/arch/powerpc/kernel/
H A Dtraps.c2173 else if ((spefscr & (SPEFSCR_FG | SPEFSCR_FX)) && (fpexc_mode & PR_FP_EXC_RES)) in DEFINE_INTERRUPT_HANDLER()
H A Dprocess.c2023 | PR_FP_EXC_RES | PR_FP_EXC_INV)