Go to the documentation of this file.
7 #ifndef _UAPI_ASM_IA64_SIGINFO_H
8 #define _UAPI_ASM_IA64_SIGINFO_H
11 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
13 #define HAVE_ARCH_SIGINFO_T
14 #define HAVE_ARCH_COPY_SIGINFO
15 #define HAVE_ARCH_COPY_SIGINFO_TO_USER
17 #include <asm-generic/siginfo.h>
76 #define si_imm _sifields._sigfault._imm
77 #define si_flags _sifields._sigfault._flags
82 #define si_isr _sifields._sigfault._isr
87 #define __ISR_VALID_BIT 0
88 #define __ISR_VALID (1 << __ISR_VALID_BIT)
93 #define ILL_BADIADDR (__SI_FAULT|9)
94 #define __ILL_BREAK (__SI_FAULT|10)
95 #define __ILL_BNDMOD (__SI_FAULT|11)
102 #define __FPE_DECOVF (__SI_FAULT|9)
103 #define __FPE_DECDIV (__SI_FAULT|10)
104 #define __FPE_DECERR (__SI_FAULT|11)
105 #define __FPE_INVASC (__SI_FAULT|12)
106 #define __FPE_INVDEC (__SI_FAULT|13)
113 #define __SEGV_PSTKOVF (__SI_FAULT|3)