__SI_FAULT         75 arch/x86/ia32/ia32_signal.c 		case __SI_FAULT >> 16:
__SI_FAULT        678 arch/x86/kernel/traps.c 	info.si_code = __SI_FAULT;
__SI_FAULT        754 arch/x86/kernel/traps.c 	info.si_code = __SI_FAULT;
__SI_FAULT         95 fs/signalfd.c  	case __SI_FAULT:
__SI_FAULT          7 include/asm-frv/siginfo.h #define FPE_MDAOVF	(__SI_FAULT|9)	/* media overflow */
__SI_FAULT        159 include/asm-generic/siginfo.h #define ILL_ILLOPC	(__SI_FAULT|1)	/* illegal opcode */
__SI_FAULT        160 include/asm-generic/siginfo.h #define ILL_ILLOPN	(__SI_FAULT|2)	/* illegal operand */
__SI_FAULT        161 include/asm-generic/siginfo.h #define ILL_ILLADR	(__SI_FAULT|3)	/* illegal addressing mode */
__SI_FAULT        162 include/asm-generic/siginfo.h #define ILL_ILLTRP	(__SI_FAULT|4)	/* illegal trap */
__SI_FAULT        163 include/asm-generic/siginfo.h #define ILL_PRVOPC	(__SI_FAULT|5)	/* privileged opcode */
__SI_FAULT        164 include/asm-generic/siginfo.h #define ILL_PRVREG	(__SI_FAULT|6)	/* privileged register */
__SI_FAULT        165 include/asm-generic/siginfo.h #define ILL_COPROC	(__SI_FAULT|7)	/* coprocessor error */
__SI_FAULT        166 include/asm-generic/siginfo.h #define ILL_BADSTK	(__SI_FAULT|8)	/* internal stack error */
__SI_FAULT        172 include/asm-generic/siginfo.h #define FPE_INTDIV	(__SI_FAULT|1)	/* integer divide by zero */
__SI_FAULT        173 include/asm-generic/siginfo.h #define FPE_INTOVF	(__SI_FAULT|2)	/* integer overflow */
__SI_FAULT        174 include/asm-generic/siginfo.h #define FPE_FLTDIV	(__SI_FAULT|3)	/* floating point divide by zero */
__SI_FAULT        175 include/asm-generic/siginfo.h #define FPE_FLTOVF	(__SI_FAULT|4)	/* floating point overflow */
__SI_FAULT        176 include/asm-generic/siginfo.h #define FPE_FLTUND	(__SI_FAULT|5)	/* floating point underflow */
__SI_FAULT        177 include/asm-generic/siginfo.h #define FPE_FLTRES	(__SI_FAULT|6)	/* floating point inexact result */
__SI_FAULT        178 include/asm-generic/siginfo.h #define FPE_FLTINV	(__SI_FAULT|7)	/* floating point invalid operation */
__SI_FAULT        179 include/asm-generic/siginfo.h #define FPE_FLTSUB	(__SI_FAULT|8)	/* subscript out of range */
__SI_FAULT        185 include/asm-generic/siginfo.h #define SEGV_MAPERR	(__SI_FAULT|1)	/* address not mapped to object */
__SI_FAULT        186 include/asm-generic/siginfo.h #define SEGV_ACCERR	(__SI_FAULT|2)	/* invalid permissions for mapped object */
__SI_FAULT        192 include/asm-generic/siginfo.h #define BUS_ADRALN	(__SI_FAULT|1)	/* invalid address alignment */
__SI_FAULT        193 include/asm-generic/siginfo.h #define BUS_ADRERR	(__SI_FAULT|2)	/* non-existant physical address */
__SI_FAULT        194 include/asm-generic/siginfo.h #define BUS_OBJERR	(__SI_FAULT|3)	/* object specific hardware error */
__SI_FAULT        200 include/asm-generic/siginfo.h #define TRAP_BRKPT	(__SI_FAULT|1)	/* process breakpoint */
__SI_FAULT        201 include/asm-generic/siginfo.h #define TRAP_TRACE	(__SI_FAULT|2)	/* process trace trap */
__SI_FAULT        202 include/asm-generic/siginfo.h #define TRAP_BRANCH     (__SI_FAULT|3)  /* process taken branch trap */
__SI_FAULT        203 include/asm-generic/siginfo.h #define TRAP_HWBKPT     (__SI_FAULT|4)  /* hardware breakpoint/watchpoint */
__SI_FAULT       2095 kernel/signal.c 	case __SI_FAULT: