Home
last modified time | relevance | path

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

/linux-3.4.99/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
92 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
102 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception()
112 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception()
122 _exception(SIGFPE, regs, FPE_INTDIV, addr); in full_exception()
143 _exception(SIGFPE, regs, fsr, addr); in full_exception()
149 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c232 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
712 _exception(SIGTRAP, regs, 0, 0); in unknown_exception()
722 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
727 _exception(SIGTRAP, regs, 0, 0); in RunModeException()
740 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
790 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1025 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1048 _exception(SIGFPE, regs, code, regs->nip); in program_check_exception()
1052 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in program_check_exception()
1066 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in program_check_exception()
[all …]
/linux-3.4.99/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-3.4.99/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.c466 _exception(SIGSEGV, regs, code, address); in do_page_fault()
Dhash_utils_64.c1200 _exception(SIGSEGV, regs, SEGV_ACCERR, address); in low_hash_fault()
1203 _exception(SIGBUS, regs, BUS_ADRERR, address); in low_hash_fault()
/linux-3.4.99/arch/microblaze/mm/
Dfault.c102 _exception(SIGSEGV, regs, code, address); in do_page_fault()
242 _exception(SIGSEGV, regs, code, address); in do_page_fault()
/linux-3.4.99/arch/avr32/mm/
Dfault.c165 _exception(SIGSEGV, regs, code, address); in do_page_fault()
234 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
/linux-3.4.99/arch/avr32/include/asm/
Dbug.h75 void _exception(long signr, struct pt_regs *regs, int code,
/linux-3.4.99/arch/microblaze/include/asm/
Dexceptions.h73 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
/linux-3.4.99/arch/powerpc/include/asm/
Dbug.h134 extern void _exception(int, struct pt_regs *, int, unsigned long);
/linux-3.4.99/arch/powerpc/platforms/pseries/
Dras.c377 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in recover_mce()