Searched refs:arm_notify_die (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/arm/kernel/ |
| D | traps.c | 364 void arm_notify_die(const char *str, struct pt_regs *regs, in arm_notify_die() function 484 arm_notify_die("Oops - undefined instruction", regs, in do_undefinstr() 546 arm_notify_die("Oops - bad syscall", regs, SIGILL, ILL_ILLTRP, in bad_syscall() 600 arm_notify_die("branch through zero", regs, in arm_syscall() 669 arm_notify_die("Oops - bad syscall(2)", regs, SIGILL, ILL_ILLTRP, in arm_syscall() 733 arm_notify_die("unknown data abort code", regs, in baddataabort()
|
| D | swp_emulate.c | 108 arm_notify_die("Illegal memory access", regs, in set_segfault()
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | bug.h | 65 void arm_notify_die(const char *str, struct pt_regs *regs,
|
| /Linux-v5.4/arch/arm/mm/ |
| D | fault.c | 541 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_DataAbort() 569 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_PrefetchAbort()
|