Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/trace/beauty/include/uapi/linux/
Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux-6.14.4/include/uapi/linux/
Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux-6.14.4/tools/include/uapi/linux/
Dprctl.h36 # define PR_FP_EXC_SW_ENABLE 0x80 /* Use FPEXC for FP exception enables */ macro
/linux-6.14.4/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-6.14.4/arch/powerpc/kernel/
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()