Searched refs:__die_if_kernel (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/xtensa/kernel/ |
D | traps.c | 174 __die_if_kernel(const char *str, struct pt_regs *regs, long err) in __die_if_kernel() function 203 __die_if_kernel("Caught unhandled exception - should not happen", in do_unhandled() 361 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL); in do_illegal_instruction() 372 __die_if_kernel("Unhandled division by 0 in kernel", regs, SIGKILL); in do_div0() 379 __die_if_kernel("Unhandled load/store exception in kernel", in do_load_store() 398 __die_if_kernel("Unhandled unaligned exception in kernel", in do_unaligned_user() 430 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL); in do_debug()
|