Searched refs:die_if_no_fixup (Results 1 – 8 of 8) sorted by relevance
/arch/mn10300/kernel/ |
D | fpu.c | 25 die_if_no_fixup("An FPU Disabled exception happened in kernel space\n", in fpu_disabled_in_kernel() 41 die_if_no_fixup("An FPU Operation exception happened in" in fpu_exception() 46 die_if_no_fixup("An FPU Operation exception happened," in fpu_exception()
|
D | traps.c | 125 int die_if_no_fixup(const char *str, struct pt_regs *regs, in die_if_no_fixup() function 206 if (die_if_no_fixup(NULL, regs, intcode)) in handle_exception()
|
/arch/sh/include/asm/ |
D | bug.h | 117 extern void die_if_no_fixup(const char *str, struct pt_regs *regs, long err);
|
/arch/mn10300/include/asm/ |
D | exceptions.h | 115 extern int die_if_no_fixup(const char *, struct pt_regs *, enum exception_code);
|
/arch/sh/kernel/ |
D | traps_32.c | 258 die_if_no_fixup("Fault in unaligned fixup", regs, 0); in handle_unaligned_ins() 650 die_if_no_fixup("reserved instruction", regs, error_code); in do_reserved_inst() 725 die_if_no_fixup("illegal slot instruction", regs, inst); in do_illegal_slot_inst()
|
D | traps.c | 69 void die_if_no_fixup(const char *str, struct pt_regs *regs, long err) in die_if_no_fixup() function
|
D | traps_64.c | 606 die_if_no_fixup(str, regs, error); in do_unhandled_exception()
|
/arch/mn10300/mm/ |
D | misalignment.c | 393 if (die_if_no_fixup("misalignment error", regs, code)) in misalignment() 435 if (die_if_no_fixup("misalignment fixup", regs, code)) in misalignment()
|