Searched refs:exception_code (Results 1 - 21 of 21) sorted by relevance

/linux-4.4.14/arch/mn10300/include/asm/
H A Ddebugger.h17 extern int debugger_intercept(enum exception_code, int, int, struct pt_regs *);
30 static inline int debugger_intercept(enum exception_code excep, debugger_intercept()
H A Dexceptions.h28 enum exception_code { enum
91 extern void __set_intr_stub(enum exception_code code, void *handler);
92 extern void set_intr_stub(enum exception_code code, void *handler);
104 extern asmlinkage void nmi(struct pt_regs *, enum exception_code);
106 enum exception_code);
110 extern asmlinkage void misalignment(struct pt_regs *, enum exception_code);
112 extern void die(const char *, struct pt_regs *, enum exception_code)
115 extern int die_if_no_fixup(const char *, struct pt_regs *, enum exception_code);
H A Dhardirq.h38 enum exception_code intcode);
46 extern asmlinkage void set_excp_vector(enum exception_code code,
H A Dgdb-stub.h107 extern asmlinkage void gdbstub_rx_irq(struct pt_regs *, enum exception_code);
108 extern asmlinkage int gdbstub_intercept(struct pt_regs *, enum exception_code);
109 extern asmlinkage void gdbstub_exception(struct pt_regs *, enum exception_code);
H A Dfpu.h57 extern asmlinkage void fpu_exception(struct pt_regs *, enum exception_code);
114 void unexpected_fpu_exception(struct pt_regs *, enum exception_code);
H A Dreset-regs.h54 void watchdog_interrupt(struct pt_regs *, enum exception_code);
/linux-4.4.14/arch/mn10300/kernel/
H A Dfpu-nofpu.c19 void unexpected_fpu_exception(struct pt_regs *regs, enum exception_code code) unexpected_fpu_exception()
H A Dtraps.c126 enum exception_code code) die_if_no_fixup()
220 asmlinkage void nmi(struct pt_regs *regs, enum exception_code code) nmi()
407 void die(const char *str, struct pt_regs *regs, enum exception_code code) die()
501 enum exception_code code) uninitialised_exception()
520 void __init __set_intr_stub(enum exception_code code, void *handler) __set_intr_stub()
539 void __init set_intr_stub(enum exception_code code, void *handler) set_intr_stub()
H A Dfpu.c34 asmlinkage void fpu_exception(struct pt_regs *regs, enum exception_code code) fpu_exception()
H A Dmn10300-watchdog.c129 void watchdog_interrupt(struct pt_regs *regs, enum exception_code excep) watchdog_interrupt()
H A Dkgdb.c449 int debugger_intercept(enum exception_code excep, int signo, int si_code, debugger_intercept()
491 void debugger_nmi_interrupt(struct pt_regs *regs, enum exception_code code) debugger_nmi_interrupt()
H A Dgdb-stub.c178 static int computeSignal(enum exception_code excep);
921 enum exception_code excep; /* MN10300 exception code */
958 static int computeSignal(enum exception_code excep) computeSignal()
1177 static int gdbstub(struct pt_regs *regs, enum exception_code excep) gdbstub()
1692 asmlinkage int debugger_intercept(enum exception_code excep, debugger_intercept()
1750 enum exception_code excep) gdbstub_exception()
1906 asmlinkage void gdbstub_rx_irq(struct pt_regs *regs, enum exception_code excep) gdbstub_rx_irq()
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
H A Dleds.h38 extern void peripheral_leds_display_exception(enum exception_code code);
/linux-4.4.14/arch/mn10300/unit-asb2364/
H A Dleds.c72 void peripheral_leds_display_exception(enum exception_code code) peripheral_leds_display_exception()
96 void peripheral_leds_display_exception(enum exception_code code) { } peripheral_leds_led_chase()
/linux-4.4.14/arch/mn10300/unit-asb2303/
H A Dleds.c39 void peripheral_leds_display_exception(enum exception_code code) peripheral_leds_display_exception()
/linux-4.4.14/arch/mn10300/unit-asb2305/include/unit/
H A Dleds.h43 extern void peripheral_leds_display_exception(enum exception_code);
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/
H A Dleds.h47 extern void peripheral_leds_display_exception(enum exception_code);
/linux-4.4.14/arch/mn10300/unit-asb2305/
H A Dleds.c68 void peripheral_leds_display_exception(enum exception_code code) peripheral_leds_display_exception()
/linux-4.4.14/arch/arm/kvm/
H A Dinterrupts.S280 .macro bad_exception exception_code, panic_str
288 .if \exception_code == ARM_EXCEPTION_DATA_ABORT
294 .if \exception_code == ARM_EXCEPTION_PREF_ABORT
300 mov r1, #\exception_code
/linux-4.4.14/arch/mn10300/mm/
H A Dmisalignment.c317 asmlinkage void misalignment(struct pt_regs *regs, enum exception_code code) misalignment()
/linux-4.4.14/arch/parisc/math-emu/
H A Dfpudispatch.c191 * unimplemented_code is the exception_code that the hardware generated

Completed in 225 milliseconds