Home
last modified time | relevance | path

Searched refs:PR_FP_EXC_DIV (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h37 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h37 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */ macro
/Linux-v6.1/arch/powerpc/math-emu/
Dmath_efp.c697 && (current->thread.fpexc_mode & PR_FP_EXC_DIV)) in do_spe_mathemu()
/Linux-v6.1/arch/powerpc/kernel/
Dtraps.c2138 else if ((spefscr & SPEFSCR_FDBZ) && (fpexc_mode & PR_FP_EXC_DIV)) in DEFINE_INTERRUPT_HANDLER()
Dprocess.c1945 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \