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

Lines Matching refs:__SI_FAULT

114 #define __SI_FAULT 0
133 #define ILL_ILLOPC (__SI_FAULT|1)
134 #define ILL_ILLOPN (__SI_FAULT|2)
135 #define ILL_ILLADR (__SI_FAULT|3)
136 #define ILL_ILLTRP (__SI_FAULT|4)
137 #define ILL_PRVOPC (__SI_FAULT|5)
138 #define ILL_PRVREG (__SI_FAULT|6)
139 #define ILL_COPROC (__SI_FAULT|7)
140 #define ILL_BADSTK (__SI_FAULT|8)
143 #define FPE_INTDIV (__SI_FAULT|1)
144 #define FPE_INTOVF (__SI_FAULT|2)
145 #define FPE_FLTDIV (__SI_FAULT|3)
146 #define FPE_FLTOVF (__SI_FAULT|4)
147 #define FPE_FLTUND (__SI_FAULT|5)
148 #define FPE_FLTRES (__SI_FAULT|6)
149 #define FPE_FLTINV (__SI_FAULT|7)
150 #define FPE_FLTSUB (__SI_FAULT|8)
153 #define SEGV_MAPERR (__SI_FAULT|1)
154 #define SEGV_ACCERR (__SI_FAULT|2)
157 #define BUS_ADRALN (__SI_FAULT|1)
158 #define BUS_ADRERR (__SI_FAULT|2)
159 #define BUS_OBJERR (__SI_FAULT|3)
162 #define TRAP_BRKPT (__SI_FAULT|1)
163 #define TRAP_TRACE (__SI_FAULT|2)