Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dprctl.h35 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux-4.1.27/arch/powerpc/math-emu/
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-4.1.27/arch/powerpc/kernel/
Dprocess.c1349 if (val & PR_FP_EXC_SW_ENABLE) { in set_fpexc_mode()
1366 (PR_FP_EXC_SW_ENABLE | PR_FP_ALL_EXCEPT); in set_fpexc_mode()
1394 if (tsk->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE) in get_fpexc_mode()