Searched refs:__SI_FAULT (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A 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|
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsiginfo.h29 #define ILL_DBLFLT (__SI_FAULT|9) /* double fault */
30 #define ILL_HARDWALL (__SI_FAULT|10) /* user networks hardwall violation */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsiginfo.h7 #define FPE_MDAOVF (__SI_FAULT|9) /* media overflow */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsiginfo.h92 #define ILL_BADIADDR (__SI_FAULT|9) /* unimplemented instruction address */
93 #define __ILL_BREAK (__SI_FAULT|10) /* illegal break */
94 #define __ILL_BNDMOD (__SI_FAULT|11) /* bundle-update (modification) in progress */
101 #define __FPE_DECOVF (__SI_FAULT|9) /* decimal overflow */
102 #define __FPE_DECDIV (__SI_FAULT|10) /* decimal division by zero */
103 #define __FPE_DECERR (__SI_FAULT|11) /* packed decimal error */
104 #define __FPE_INVASC (__SI_FAULT|12) /* invalid ASCII digit */
105 #define __FPE_INVDEC (__SI_FAULT|13) /* invalid decimal digit */
112 #define __SEGV_PSTKOVF (__SI_FAULT|3) /* paragraph stack overflow */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsiginfo.h125 #define __SI_FAULT (3 << 16) macro
134 #define __SI_FAULT 0 macro
161 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */
162 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
163 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
164 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
165 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */
166 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */
167 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */
168 #define ILL_BADSTK (__SI_FAULT|
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsiginfo.h34 #define EMT_TAGOVF (__SI_FAULT|1) /* tag overflow */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dtraps.c264 info.si_code = __SI_FAULT;
304 code = __SI_FAULT;
326 code = __SI_FAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsignalfd.c97 case __SI_FAULT:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtraps.c194 *codep = code | __SI_FAULT;
H A Dcompat_signal.c208 case __SI_FAULT >> 16:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsignal32.c423 case __SI_FAULT >> 16:
474 case __SI_FAULT >> 16:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dtraps.c348 siginfo.si_code = __SI_FAULT; /* default code */
372 siginfo.si_code = __SI_FAULT; /* default code */
H A Dsignal.c138 case __SI_FAULT >> 16:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_32.c305 info.si_code = __SI_FAULT;
H A Dsignal32.c160 case __SI_FAULT >> 16:
H A Dtraps_64.c2018 info.si_code = __SI_FAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dcompat_signal.c91 case __SI_FAULT >> 16:
142 case __SI_FAULT >> 16:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_signal.c74 case __SI_FAULT >> 16:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsignal32.c447 case __SI_FAULT >> 16:
H A Dtraps.c752 info.si_code = __SI_FAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsignal_32.c710 case __SI_FAULT >> 16:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsignal.c2215 case __SI_FAULT:

Completed in 392 milliseconds