Searched refs:__SI_FAULT (Results 1 – 2 of 2) sorted by relevance
158 #define __SI_FAULT 0 macro186 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */187 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */188 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */189 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */190 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */191 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */192 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */193 #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */199 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */[all …]
394 #define __SI_FAULT (3 << 16) in handler() macro395 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */ in handler()