Home
last modified time | relevance | path

Searched refs:die_if_no_fixup (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/mn10300/kernel/
Dfpu.c25 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()
Dtraps.c124 int die_if_no_fixup(const char *str, struct pt_regs *regs, in die_if_no_fixup() function
205 if (die_if_no_fixup(NULL, regs, intcode)) in handle_exception()
/linux-3.4.99/arch/sh/kernel/
Dtraps_32.c133 static void die_if_no_fixup(const char * str, struct pt_regs * regs, long err) in die_if_no_fixup() function
356 die_if_no_fixup("Fault in unaligned fixup", regs, 0); in handle_unaligned_ins()
751 die_if_no_fixup("reserved instruction", regs, error_code); in do_reserved_inst()
828 die_if_no_fixup("illegal slot instruction", regs, inst); in do_illegal_slot_inst()
Dtraps_64.c71 static void die_if_no_fixup(const char * str, struct pt_regs * regs, long err) in die_if_no_fixup() function
292 die_if_no_fixup(str, regs, error_code); in do_unhandled_exception()
/linux-3.4.99/arch/mn10300/include/asm/
Dexceptions.h115 extern int die_if_no_fixup(const char *, struct pt_regs *, enum exception_code);
/linux-3.4.99/arch/mn10300/mm/
Dmisalignment.c393 if (die_if_no_fixup("misalignment error", regs, code)) in misalignment()
435 if (die_if_no_fixup("misalignment fixup", regs, code)) in misalignment()