HomeSort by relevance Sort by last modified time
    Searched refs:__SI_FAULT (Results 51 - 51 of 51) sorted by null

1 23

  /external/kernel-headers/original/asm-generic/
siginfo.h 123 #define __SI_FAULT (3 << 16)
132 #define __SI_FAULT 0
159 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */
160 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
161 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
162 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
163 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */
164 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */
165 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */
166 #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error *
    [all...]

Completed in 133 milliseconds

1 23