Home
last modified time | relevance | path

Searched refs:__SI_FAULT (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h152 #define __SI_FAULT 0 macro
180 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */
181 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
182 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
183 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
184 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */
185 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */
186 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */
187 #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */
193 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */
[all …]
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dsiginfo.h17 #define ILL_ILLPARAOP (__SI_FAULT|2) /* illegal opcode combine ********** */
18 #define ILL_ILLEXCPT (__SI_FAULT|4) /* unrecoverable exception ********** */
19 #define ILL_CPLB_VI (__SI_FAULT|9) /* D/I CPLB protect violation ******** */
20 #define ILL_CPLB_MISS (__SI_FAULT|10) /* D/I CPLB miss ******** */
21 #define ILL_CPLB_MULHIT (__SI_FAULT|11) /* D/I CPLB multiple hit ******** */
26 #define BUS_OPFETCH (__SI_FAULT|4) /* error from instruction fetch ******** */
31 #define TRAP_STEP (__SI_FAULT|1) /* single-step breakpoint************* */
32 #define TRAP_TRACEFLOW (__SI_FAULT|2) /* trace buffer overflow ************* */
33 #define TRAP_WATCHPT (__SI_FAULT|3) /* watchpoint match ************* */
34 #define TRAP_ILLTRAP (__SI_FAULT|4) /* illegal trap ************* */
[all …]
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dsiginfo.h97 #define ILL_BADIADDR (__SI_FAULT|9) /* unimplemented instruction address */
98 #define __ILL_BREAK (__SI_FAULT|10) /* illegal break */
99 #define __ILL_BNDMOD (__SI_FAULT|11) /* bundle-update (modification) in progress */
106 #define __FPE_DECOVF (__SI_FAULT|9) /* decimal overflow */
107 #define __FPE_DECDIV (__SI_FAULT|10) /* decimal division by zero */
108 #define __FPE_DECERR (__SI_FAULT|11) /* packed decimal error */
109 #define __FPE_INVASC (__SI_FAULT|12) /* invalid ASCII digit */
110 #define __FPE_INVDEC (__SI_FAULT|13) /* invalid decimal digit */
117 #define __SEGV_PSTKOVF (__SI_FAULT|4) /* paragraph stack overflow */
/linux-4.4.14/arch/tile/include/uapi/asm/
Dsiginfo.h29 #define ILL_DBLFLT (__SI_FAULT|9) /* double fault */
30 #define ILL_HARDWALL (__SI_FAULT|10) /* user networks hardwall violation */
/linux-4.4.14/arch/frv/include/uapi/asm/
Dsiginfo.h7 #define FPE_MDAOVF (__SI_FAULT|9) /* media overflow */
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dsiginfo.h22 #define EMT_TAGOVF (__SI_FAULT|1) /* tag overflow */
/linux-4.4.14/include/asm-generic/
Dsiginfo.h10 #define __SI_FAULT (3 << 16) macro
/linux-4.4.14/arch/x86/kernel/
Dsignal_compat.c34 case __SI_FAULT >> 16: in copy_siginfo_to_user32()
/linux-4.4.14/arch/alpha/kernel/
Dtraps.c280 info.si_code = __SI_FAULT; in do_entIF()
320 code = __SI_FAULT; in do_entIF()
342 code = __SI_FAULT; in do_entIF()
/linux-4.4.14/arch/parisc/kernel/
Dsignal32.c302 case __SI_FAULT >> 16: in copy_siginfo_from_user32()
353 case __SI_FAULT >> 16: in copy_siginfo_to_user32()
/linux-4.4.14/arch/ia64/kernel/
Dtraps.c349 siginfo.si_code = __SI_FAULT; /* default code */ in handle_fpu_swa()
373 siginfo.si_code = __SI_FAULT; /* default code */ in handle_fpu_swa()
Dsignal.c129 case __SI_FAULT >> 16: in copy_siginfo_to_user()
/linux-4.4.14/arch/tile/kernel/
Dcompat_signal.c80 case __SI_FAULT >> 16: in copy_siginfo_to_user32()
Dtraps.c189 *codep = code | __SI_FAULT; in special_ill()
/linux-4.4.14/arch/s390/kernel/
Dcompat_signal.c97 case __SI_FAULT >> 16: in copy_siginfo_to_user32()
145 case __SI_FAULT >> 16: in copy_siginfo_from_user32()
/linux-4.4.14/fs/
Dsignalfd.c114 case __SI_FAULT: in signalfd_copyinfo()
/linux-4.4.14/arch/sparc/kernel/
Dtraps_32.c307 info.si_code = __SI_FAULT;
Dsignal32.c106 case __SI_FAULT >> 16: in copy_siginfo_to_user32()
Dtraps_64.c2187 info.si_code = __SI_FAULT; in do_fpe_common()
/linux-4.4.14/arch/mips/kernel/
Dsignal32.c217 case __SI_FAULT >> 16: in copy_siginfo_to_user32()
Dtraps.c734 si.si_code = __SI_FAULT; in process_fpemu_return()
/linux-4.4.14/arch/arm64/kernel/
Dsignal32.c163 case __SI_FAULT: in copy_siginfo_to_user32()
/linux-4.4.14/arch/powerpc/kernel/
Dsignal_32.c943 case __SI_FAULT >> 16: in copy_siginfo_to_user32()
/linux-4.4.14/kernel/
Dsignal.c2692 case __SI_FAULT: in copy_siginfo_to_user()