Searched refs:_exception (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/nios2/include/asm/
H A Dtraps.h16 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr);
/linux-master/arch/microblaze/kernel/
H A Dexceptions.c56 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16);
61 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) function
84 _exception(SIGILL, regs, ILL_ILLOPC, addr);
93 _exception(SIGBUS, regs, BUS_ADRERR, addr);
102 _exception(SIGBUS, regs, BUS_ADRERR, addr);
111 _exception(SIGFPE, regs, FPE_INTDIV, addr);
131 _exception(SIGFPE, regs, fsr, addr);
135 _exception(SIGILL, regs, ILL_PRVOPC, addr);
/linux-master/arch/nios2/kernel/
H A Dtraps.c46 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr) function
117 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea);
142 _exception(SIGBUS, fp, BUS_ADRALN, addr);
150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea);
157 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea);
164 _exception(SIGFPE, fp, FPE_INTDIV, fp->ea);
H A Dmisaligned.c164 _exception(SIGSEGV, fp, SEGV_MAPERR, fp->ea);
199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea);
/linux-master/arch/microblaze/include/asm/
H A Dexceptions.h65 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
/linux-master/arch/powerpc/kernel/
H A Dsyscall.c124 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
141 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
H A Dtraps.c349 * reason why _exception() should enable irqs for an exception handler,
368 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) function
1097 _exception(SIGTRAP, regs, TRAP_UNK, 0);
1105 _exception(SIGTRAP, regs, TRAP_UNK, 0);
1113 _exception(SIGTRAP, regs, TRAP_UNK, 0);
1125 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip);
1130 _exception(SIGTRAP, regs, TRAP_UNK, 0);
1147 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip);
1206 _exception(SIGFPE, regs, code, regs->nip);
1465 _exception(SIGFP
[all...]
/linux-master/arch/nios2/mm/
H A Dfault.c176 _exception(SIGSEGV, regs, code, address);
217 _exception(SIGBUS, regs, BUS_ADRERR, address);
/linux-master/arch/microblaze/mm/
H A Dfault.c102 _exception(SIGSEGV, regs, code, address);
273 _exception(SIGSEGV, regs, code, address);
/linux-master/arch/powerpc/include/asm/
H A Dbug.h124 extern void _exception(int, struct pt_regs *, int, unsigned long);
/linux-master/arch/powerpc/mm/
H A Dfault.c64 _exception(SIGSEGV, regs, si_code, address);
423 _exception(SIGBUS, regs, BUS_OBJERR, address);
674 _exception(SIGSEGV, regs, SEGV_BNDERR, regs->dar);
/linux-master/arch/powerpc/platforms/pseries/
H A Dras.c812 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip);
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1732 _exception(SIGSEGV, regs, SEGV_ACCERR, ea);
1734 _exception(SIGBUS, regs, BUS_ADRERR, ea);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal.c619 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip);

Completed in 428 milliseconds