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

/linux-master/include/uapi/linux/
H A Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c695 if (current->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE) {
888 if (current->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE)
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2018 if (val & PR_FP_EXC_SW_ENABLE) {
2023 * with PR_GET_FPEXC (with PR_FP_EXC_SW_ENABLE
2025 * PR_SET_FPEXC (with PR_FP_EXC_SW_ENABLE in
2035 (PR_FP_EXC_SW_ENABLE | PR_FP_ALL_EXCEPT);
2045 * PR_FP_EXC_SW_ENABLE. Additionally, the MSR[FE0,FE1] bits
2062 if (tsk->thread.fpexc_mode & PR_FP_EXC_SW_ENABLE) {
2067 * with PR_GET_FPEXC (with PR_FP_EXC_SW_ENABLE
2069 * PR_SET_FPEXC (with PR_FP_EXC_SW_ENABLE in

Completed in 292 milliseconds