Searched refs:si_code (Results 1 - 25 of 98) sorted by relevance

1234

/arch/blackfin/kernel/
H A Dtraps.c27 kgdb_handle_exception(trapnr, sig, info.si_code, fp); \
113 info.si_code = TRAP_ILLTRAP;
123 info.si_code = SEGV_STACKFLOW;
131 info.si_code = TRAP_ILLTRAP;
152 info.si_code = ILL_ILLPARAOP;
159 info.si_code = TRAP_STEP;
169 info.si_code = TRAP_TRACEFLOW;
221 info.si_code = ILL_ILLOPC;
228 info.si_code = ILL_ILLPARAOP;
235 info.si_code
[all...]
/arch/mn10300/include/asm/
H A Ddebugger.h31 int signo, int si_code,
30 debugger_intercept(enum exception_code excep, int signo, int si_code, struct pt_regs *regs) argument
/arch/hexagon/mm/
H A Dvm_fault.c53 int si_code = SEGV_MAPERR; local
82 si_code = SEGV_ACCERR;
128 info.si_code = BUS_ADRERR;
133 info.si_code = SEGV_ACCERR;
137 force_sig_info(info.si_code, &info, current);
146 info.si_code = si_code;
/arch/mn10300/kernel/
H A Dfpu.c53 info.si_code = FPE_FLTINV;
60 info.si_code = FPE_FLTDIV;
62 info.si_code = FPE_FLTOVF;
64 info.si_code = FPE_FLTUND;
66 info.si_code = FPE_FLTRES;
/arch/alpha/math-emu/
H A Dmath.c107 long si_code; local
311 si_code = 0;
313 if (_fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND;
314 if (_fex & IEEE_TRAP_ENABLE_INE) si_code = FPE_FLTRES;
315 if (_fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND;
316 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF;
317 if (_fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV;
318 if (_fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV;
321 return si_code;
340 unsigned long insn, opcode, rc, si_code local
[all...]
/arch/sparc/kernel/
H A Dtraps_32.c106 info.si_code = ILL_ILLTRP;
128 info.si_code = ILL_ILLOPC;
143 info.si_code = ILL_PRVOPC;
169 info.si_code = BUS_ADRALN;
311 info.si_code = __SI_FAULT;
314 info.si_code = FPE_FLTINV;
316 info.si_code = FPE_FLTOVF;
318 info.si_code = FPE_FLTUND;
320 info.si_code = FPE_FLTDIV;
322 info.si_code
[all...]
/arch/alpha/kernel/
H A Dtraps.c216 long si_code = FPE_FLTINV; local
224 si_code = alpha_fp_emul(regs->pc - 4);
226 si_code = alpha_fp_emul_imprecise(regs, write_mask);
227 if (si_code == 0)
234 info.si_code = si_code;
261 info.si_code = TRAP_BRKPT;
275 info.si_code = __SI_FAULT;
343 info.si_code = code;
350 long si_code; local
[all...]
/arch/ia64/include/asm/
H A Dsiginfo.h22 int si_code; member in struct:siginfo
80 * si_code is non-zero and __ISR_VALID is set in si_flags.
126 if (from->si_code < 0)
/arch/mips/include/asm/
H A Dsiginfo.h39 int si_code; member in struct:siginfo
103 * si_code values
122 if (from->si_code < 0)
/arch/alpha/mm/
H A Dfault.c90 int fault, si_code = SEGV_MAPERR; local
131 si_code = SEGV_ACCERR;
199 info.si_code = BUS_ADRERR;
209 info.si_code = si_code;
/arch/ia64/kernel/
H A Dtraps.c182 siginfo.si_code = code;
349 siginfo.si_code = __SI_FAULT; /* default code */
352 siginfo.si_code = FPE_FLTINV;
354 /* denormal operand gets the same si_code as underflow
356 siginfo.si_code = FPE_FLTUND;
358 siginfo.si_code = FPE_FLTDIV;
373 siginfo.si_code = __SI_FAULT; /* default code */
376 siginfo.si_code = FPE_FLTOVF;
378 siginfo.si_code = FPE_FLTUND;
380 siginfo.si_code
[all...]
H A Dbrl_emu.c204 siginfo.si_code = ILL_BADIADDR;
213 siginfo.si_code = TRAP_BRANCH;
226 siginfo.si_code = TRAP_TRACE;
/arch/powerpc/platforms/cell/spufs/
H A Dfault.c52 info.si_code = BUS_OBJERR;
57 info.si_code = SEGV_ACCERR;
63 info.si_code = BUS_ADRALN;
69 info.si_code = ILL_ILLOPC;
/arch/xtensa/mm/
H A Dfault.c48 info.si_code = SEGV_MAPERR;
91 info.si_code = SEGV_ACCERR;
133 /* info.si_code has been set above */
160 info.si_code = SIGBUS;
162 info.si_code = BUS_ADRERR;
/arch/sh/mm/
H A Dfault_32.c129 int si_code; local
135 si_code = SEGV_MAPERR;
189 si_code = SEGV_ACCERR;
235 info.si_code = si_code;
306 info.si_code = BUS_ADRERR;
/arch/frv/kernel/
H A Dtraps.c49 info.si_code = SEGV_ACCERR;
80 info.si_code = ILL_ILLOPC;
84 info.si_code = ILL_PRVOPC;
88 info.si_code = ILL_ILLTRP;
94 info.si_code =
323 info.si_code = SEGV_ACCERR;
344 info.si_code = FPE_MDAOVF;
378 info.si_code = SEGV_ACCERR;
410 info.si_code = SEGV_ACCERR;
444 info.si_code
[all...]
/arch/cris/mm/
H A Dfault.c108 info.si_code = SEGV_MAPERR;
145 info.si_code = SEGV_ACCERR;
211 /* info.si_code has been set above */
273 info.si_code = BUS_ADRERR;
/arch/openrisc/mm/
H A Dfault.c98 info.si_code = SEGV_MAPERR;
139 info.si_code = SEGV_ACCERR;
194 /* info.si_code has been set above */
263 info.si_code = BUS_ADRERR;
/arch/s390/kernel/
H A Dtraps.c297 int si_signo, int si_code, char *str)
308 info.si_code = si_code;
338 info.si_code = TRAP_HWBKPT;
388 int si_code = 0; local
393 si_code = FPE_FLTINV;
395 si_code = FPE_FLTDIV;
397 si_code = FPE_FLTOVF;
399 si_code = FPE_FLTUND;
401 si_code
296 do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) argument
[all...]
/arch/score/mm/
H A Dfault.c53 info.si_code = SEGV_MAPERR;
93 info.si_code = SEGV_ACCERR;
139 /* info.si_code has been set above */
193 info.si_code = BUS_ADRERR;
/arch/m68k/kernel/
H A Dtraps.c1068 info.si_code = BUS_ADRALN;
1074 info.si_code = ILL_ILLOPC;
1078 info.si_code = ILL_PRVOPC;
1082 info.si_code = ILL_COPROC;
1099 info.si_code = ILL_ILLTRP;
1105 info.si_code = FPE_FLTINV;
1109 info.si_code = FPE_FLTRES;
1113 info.si_code = FPE_FLTDIV;
1117 info.si_code = FPE_FLTUND;
1121 info.si_code
[all...]
/arch/powerpc/kernel/
H A Dppc32.h22 int si_code; member in struct:compat_siginfo
/arch/x86/include/asm/
H A Dia32.h92 int si_code; member in struct:compat_siginfo
/arch/s390/mm/
H A Dfault.c148 static noinline void do_sigsegv(struct pt_regs *regs, int si_code) argument
154 si.si_code = si_code;
211 si.si_code = BUS_ADRERR;
218 int si_code; local
226 si_code = (fault == VM_FAULT_BADMAP) ?
228 do_sigsegv(regs, si_code);
/arch/sparc/mm/
H A Dfault_64.c162 info.si_code = code;
195 static void __kprobes do_kernel_fault(struct pt_regs *regs, int si_code, argument
240 /* The si_code was set to make clear whether
243 do_fault_siginfo(si_code, SIGSEGV, regs, insn, fault_code);
280 int si_code, fault_code, fault; local
289 si_code = SEGV_MAPERR;
400 si_code = SEGV_ACCERR;
490 do_kernel_fault(regs, si_code, fault_code, insn, address);

Completed in 928 milliseconds

1234