Home | History | Annotate | Download | only in asm-generic

Lines Matching refs:__SI_FAULT

115 #define __SI_FAULT 0
138 #define ILL_ILLOPC (__SI_FAULT|1)
139 #define ILL_ILLOPN (__SI_FAULT|2)
140 #define ILL_ILLADR (__SI_FAULT|3)
141 #define ILL_ILLTRP (__SI_FAULT|4)
142 #define ILL_PRVOPC (__SI_FAULT|5)
143 #define ILL_PRVREG (__SI_FAULT|6)
144 #define ILL_COPROC (__SI_FAULT|7)
145 #define ILL_BADSTK (__SI_FAULT|8)
150 #define FPE_INTDIV (__SI_FAULT|1)
151 #define FPE_INTOVF (__SI_FAULT|2)
152 #define FPE_FLTDIV (__SI_FAULT|3)
153 #define FPE_FLTOVF (__SI_FAULT|4)
154 #define FPE_FLTUND (__SI_FAULT|5)
155 #define FPE_FLTRES (__SI_FAULT|6)
156 #define FPE_FLTINV (__SI_FAULT|7)
157 #define FPE_FLTSUB (__SI_FAULT|8)
160 #define SEGV_MAPERR (__SI_FAULT|1)
161 #define SEGV_ACCERR (__SI_FAULT|2)
164 #define BUS_ADRALN (__SI_FAULT|1)
165 #define BUS_ADRERR (__SI_FAULT|2)
166 #define BUS_OBJERR (__SI_FAULT|3)
169 #define TRAP_BRKPT (__SI_FAULT|1)
170 #define TRAP_TRACE (__SI_FAULT|2)