__SI_FAULT 174 include/uapi/asm-generic/siginfo.h #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ __SI_FAULT 175 include/uapi/asm-generic/siginfo.h #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */ __SI_FAULT 176 include/uapi/asm-generic/siginfo.h #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */ __SI_FAULT 177 include/uapi/asm-generic/siginfo.h #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */ __SI_FAULT 178 include/uapi/asm-generic/siginfo.h #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */ __SI_FAULT 179 include/uapi/asm-generic/siginfo.h #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ __SI_FAULT 180 include/uapi/asm-generic/siginfo.h #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */ __SI_FAULT 181 include/uapi/asm-generic/siginfo.h #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */ __SI_FAULT 187 include/uapi/asm-generic/siginfo.h #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */ __SI_FAULT 188 include/uapi/asm-generic/siginfo.h #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ __SI_FAULT 189 include/uapi/asm-generic/siginfo.h #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */ __SI_FAULT 190 include/uapi/asm-generic/siginfo.h #define FPE_FLTOVF (__SI_FAULT|4) /* floating point overflow */ __SI_FAULT 191 include/uapi/asm-generic/siginfo.h #define FPE_FLTUND (__SI_FAULT|5) /* floating point underflow */ __SI_FAULT 192 include/uapi/asm-generic/siginfo.h #define FPE_FLTRES (__SI_FAULT|6) /* floating point inexact result */ __SI_FAULT 193 include/uapi/asm-generic/siginfo.h #define FPE_FLTINV (__SI_FAULT|7) /* floating point invalid operation */ __SI_FAULT 194 include/uapi/asm-generic/siginfo.h #define FPE_FLTSUB (__SI_FAULT|8) /* subscript out of range */ __SI_FAULT 200 include/uapi/asm-generic/siginfo.h #define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */ __SI_FAULT 201 include/uapi/asm-generic/siginfo.h #define SEGV_ACCERR (__SI_FAULT|2) /* invalid permissions for mapped object */ __SI_FAULT 207 include/uapi/asm-generic/siginfo.h #define BUS_ADRALN (__SI_FAULT|1) /* invalid address alignment */ __SI_FAULT 208 include/uapi/asm-generic/siginfo.h #define BUS_ADRERR (__SI_FAULT|2) /* non-existent physical address */ __SI_FAULT 209 include/uapi/asm-generic/siginfo.h #define BUS_OBJERR (__SI_FAULT|3) /* object specific hardware error */ __SI_FAULT 211 include/uapi/asm-generic/siginfo.h #define BUS_MCEERR_AR (__SI_FAULT|4) __SI_FAULT 213 include/uapi/asm-generic/siginfo.h #define BUS_MCEERR_AO (__SI_FAULT|5) __SI_FAULT 219 include/uapi/asm-generic/siginfo.h #define TRAP_BRKPT (__SI_FAULT|1) /* process breakpoint */ __SI_FAULT 220 include/uapi/asm-generic/siginfo.h #define TRAP_TRACE (__SI_FAULT|2) /* process trace trap */ __SI_FAULT 221 include/uapi/asm-generic/siginfo.h #define TRAP_BRANCH (__SI_FAULT|3) /* process taken branch trap */ __SI_FAULT 222 include/uapi/asm-generic/siginfo.h #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint/watchpoint */