Home
last modified time | relevance | path

Searched refs:_exception (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/arch/microblaze/kernel/
Dexceptions.c55 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16); in sw_exception()
60 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
91 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
100 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception()
109 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception()
118 _exception(SIGFPE, regs, FPE_INTDIV, addr); in full_exception()
138 _exception(SIGFPE, regs, fsr, addr); in full_exception()
144 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
/linux-4.4.14/arch/nios2/kernel/
Dtraps.c51 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
126 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea); in breakpoint_c()
151 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c()
159 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
166 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
173 _exception(SIGFPE, fp, FPE_INTDIV, fp->ea); in handle_diverror_c()
Dmisaligned.c164 _exception(SIGSEGV, fp, SEGV_MAPERR, fp->ea); in handle_unaligned_c()
199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea); in handle_unaligned_c()
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c241 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
774 _exception(SIGTRAP, regs, 0, 0); in unknown_exception()
788 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
796 _exception(SIGTRAP, regs, 0, 0); in RunModeException()
811 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
864 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1123 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1127 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1166 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1192 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()
[all …]
/linux-4.4.14/arch/avr32/kernel/
Dtraps.c76 void _exception(long signr, struct pt_regs *regs, int code, in _exception() function
128 _exception(SIGBUS, regs, BUS_ADRALN, regs->pc); in do_address_exception()
244 _exception(SIGILL, regs, code, regs->pc); in do_illegal_opcode()
248 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->pc); in do_illegal_opcode()
254 _exception(SIGILL, regs, ILL_COPROC, regs->pc); in do_fpe()
Dptrace.c353 _exception(SIGTRAP, regs, code, instruction_pointer(regs)); in do_debug()
/linux-4.4.14/arch/powerpc/mm/
Dicswx.c205 _exception(SIGILL, regs, ILL_ILLOPN, address); in acop_handle_fault()
284 _exception(SIGILL, regs, ILL_ILLOPN, address); in acop_handle_fault()
Dfault.c487 _exception(SIGSEGV, regs, code, address); in do_page_fault()
Dhash_utils_64.c1430 _exception(SIGSEGV, regs, SEGV_ACCERR, address); in low_hash_fault()
1433 _exception(SIGBUS, regs, BUS_ADRERR, address); in low_hash_fault()
/linux-4.4.14/arch/nios2/include/asm/
Dtraps.h16 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr);
/linux-4.4.14/arch/microblaze/mm/
Dfault.c103 _exception(SIGSEGV, regs, code, address); in do_page_fault()
271 _exception(SIGSEGV, regs, code, address); in do_page_fault()
/linux-4.4.14/arch/nios2/mm/
Dfault.c193 _exception(SIGSEGV, regs, code, address); in do_page_fault()
234 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
/linux-4.4.14/arch/avr32/mm/
Dfault.c187 _exception(SIGSEGV, regs, code, address); in do_page_fault()
256 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
/linux-4.4.14/arch/avr32/include/asm/
Dbug.h75 void _exception(long signr, struct pt_regs *regs, int code,
/linux-4.4.14/arch/microblaze/include/asm/
Dexceptions.h73 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
/linux-4.4.14/arch/powerpc/include/asm/
Dbug.h134 extern void _exception(int, struct pt_regs *, int, unsigned long);
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dras.c386 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in recover_mce()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal.c425 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce()
435 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce()