Searched refs:PR_FP_EXC_DIV (Results 1 - 5 of 5) sorted by path

/linux-master/arch/powerpc/kernel/
H A Dprocess.c2024 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \
H A Dtraps.c2169 else if ((spefscr & SPEFSCR_FDBZ) && (fpexc_mode & PR_FP_EXC_DIV))
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c697 && (current->thread.fpexc_mode & PR_FP_EXC_DIV))
/linux-master/include/uapi/linux/
H A Dprctl.h37 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h37 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */ macro

Completed in 229 milliseconds