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

Lines Matching refs:__SI_FAULT

124 #define __SI_FAULT 0
144 #define ILL_ILLOPC (__SI_FAULT|1)
145 #define ILL_ILLOPN (__SI_FAULT|2)
146 #define ILL_ILLADR (__SI_FAULT|3)
147 #define ILL_ILLTRP (__SI_FAULT|4)
149 #define ILL_PRVOPC (__SI_FAULT|5)
150 #define ILL_PRVREG (__SI_FAULT|6)
151 #define ILL_COPROC (__SI_FAULT|7)
152 #define ILL_BADSTK (__SI_FAULT|8)
155 #define FPE_INTDIV (__SI_FAULT|1)
156 #define FPE_INTOVF (__SI_FAULT|2)
157 #define FPE_FLTDIV (__SI_FAULT|3)
159 #define FPE_FLTOVF (__SI_FAULT|4)
160 #define FPE_FLTUND (__SI_FAULT|5)
161 #define FPE_FLTRES (__SI_FAULT|6)
162 #define FPE_FLTINV (__SI_FAULT|7)
164 #define FPE_FLTSUB (__SI_FAULT|8)
166 #define SEGV_MAPERR (__SI_FAULT|1)
167 #define SEGV_ACCERR (__SI_FAULT|2)
170 #define BUS_ADRALN (__SI_FAULT|1)
171 #define BUS_ADRERR (__SI_FAULT|2)
172 #define BUS_OBJERR (__SI_FAULT|3)
175 #define TRAP_BRKPT (__SI_FAULT|1)
176 #define TRAP_TRACE (__SI_FAULT|2)