Home
last modified time | relevance | path

Searched refs:PR_FP_EXC_SW_ENABLE (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux/tools/include/uapi/linux/
H A Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux/arch/powerpc/math-emu/
H A Dmath_efp.c695 if (current->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE) { in do_spe_mathemu()
888 if (current->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE) in speround_handler()
/linux/arch/powerpc/kernel/
H A Dprocess.c2033 if (val & PR_FP_EXC_SW_ENABLE) { in set_fpexc_mode()
2050 (PR_FP_EXC_SW_ENABLE | PR_FP_ALL_EXCEPT); in set_fpexc_mode()
2077 if (tsk->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE) { in get_fpexc_mode()