Home
last modified time | relevance | path

Searched refs:__FPE_DECERR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h222 #define __FPE_DECERR 11 /* packed decimal error */ macro
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c144 sig = SIGFPE; code = __FPE_DECERR; in ia64_bad_break()