Go to the documentation of this file.
7 #ifndef _BFIN_SIGINFO_H
8 #define _BFIN_SIGINFO_H
10 #include <linux/types.h>
11 #include <asm-generic/siginfo.h>
13 #define UID16_SIGINFO_COMPAT_NEEDED
15 #define si_uid16 _sifields._kill._uid
17 #define ILL_ILLPARAOP (__SI_FAULT|2)
18 #define ILL_ILLEXCPT (__SI_FAULT|4)
19 #define ILL_CPLB_VI (__SI_FAULT|9)
20 #define ILL_CPLB_MISS (__SI_FAULT|10)
21 #define ILL_CPLB_MULHIT (__SI_FAULT|11)
26 #define BUS_OPFETCH (__SI_FAULT|4)
31 #define TRAP_STEP (__SI_FAULT|1)
32 #define TRAP_TRACEFLOW (__SI_FAULT|2)
33 #define TRAP_WATCHPT (__SI_FAULT|3)
34 #define TRAP_ILLTRAP (__SI_FAULT|4)
39 #define SEGV_STACKFLOW (__SI_FAULT|3)