Home
last modified time | relevance | path

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

/Linux-v5.10/arch/microblaze/kernel/
Dexceptions.c56 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16); in sw_exception()
61 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
86 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
95 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception()
104 _exception(SIGBUS, regs, BUS_ADRERR, addr); in full_exception()
113 _exception(SIGFPE, regs, FPE_INTDIV, addr); in full_exception()
133 _exception(SIGFPE, regs, fsr, addr); in full_exception()
139 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
/Linux-v5.10/arch/nios2/kernel/
Dtraps.c46 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
122 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea); in breakpoint_c()
147 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c()
155 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
162 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
169 _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-v5.10/arch/powerpc/kernel/
Dtraps.c367 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() function
1100 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception()
1114 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
1122 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
1141 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1195 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1454 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1458 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1508 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1529 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()
[all …]
Dsyscall_64.c65 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
88 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
/Linux-v5.10/arch/microblaze/mm/
Dfault.c102 _exception(SIGSEGV, regs, code, address); in do_page_fault()
267 _exception(SIGSEGV, regs, code, address); in do_page_fault()
/Linux-v5.10/arch/nios2/include/asm/
Dtraps.h16 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr);
/Linux-v5.10/arch/nios2/mm/
Dfault.c184 _exception(SIGSEGV, regs, code, address); in do_page_fault()
225 _exception(SIGBUS, regs, BUS_ADRERR, address); in do_page_fault()
/Linux-v5.10/arch/microblaze/include/asm/
Dexceptions.h70 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
/Linux-v5.10/arch/powerpc/include/asm/
Dbug.h116 extern void _exception(int, struct pt_regs *, int, unsigned long);
/Linux-v5.10/arch/powerpc/mm/
Dfault.c61 _exception(SIGSEGV, regs, si_code, address); in __bad_area_nosemaphore()
410 _exception(SIGBUS, regs, BUS_OBJERR, address); in __do_page_fault()
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dras.c803 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in recover_mce()
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c1855 _exception(SIGSEGV, regs, SEGV_ACCERR, address); in low_hash_fault()
1858 _exception(SIGBUS, regs, BUS_ADRERR, address); in low_hash_fault()
Dslb.c896 _exception(SIGSEGV, regs, SEGV_BNDERR, ea); in do_bad_slb_fault()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dopal.c617 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce()