Searched refs:arm64_notify_die (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | system_misc.h | 35 void arm64_notify_die(const char *str, struct pt_regs *regs,
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | traps.c | 266 void arm64_notify_die(const char *str, struct pt_regs *regs, in arm64_notify_die() function 364 arm64_notify_die("Oops - undefined instruction", regs, &info, 0); in do_undefinstr() 454 arm64_notify_die("Oops - bad mode", regs, &info, 0); in bad_mode()
|
| D | armv8_deprecated.c | 341 arm64_notify_die("Illegal memory access", regs, &info, 0); in set_segfault()
|
| /linux-4.4.14/arch/arm64/mm/ |
| D | fault.c | 529 arm64_notify_die("", regs, &info, esr); in do_mem_abort() 552 arm64_notify_die("Oops - SP/PC alignment exception", regs, &info, esr); in do_sp_pc_abort() 603 arm64_notify_die("", regs, &info, 0); in do_debug_exception()
|