Searched refs:exception_fn (Results 1 – 7 of 7) sorted by relevance
10 typedef void (*exception_fn)(struct pt_regs *); typedef17 exception_fn exception_handlers[EXCEPTION_CAUSE_MAX];18 exception_fn interrupt_handlers[INTERRUPT_CAUSE_MAX];
54 exception_fn exception_handlers[EXCPTN_MAX];57 exception_fn exception_handlers[VECTOR_MAX][EC_MAX];
25 typedef void (*exception_fn)(struct pt_regs *); typedef27 extern void install_exception_handler(enum vector v, exception_fn fn);
39 typedef void (*exception_fn)(struct pt_regs *regs, unsigned int esr); typedef43 exception_fn fn);
140 void install_exception_handler(enum vector v, unsigned int ec, exception_fn fn) in install_exception_handler()153 ti->exception_handlers[v][0] = (exception_fn)fn; in install_irq_handler()
68 void install_exception_handler(enum vector v, exception_fn fn) in install_exception_handler()
34 static void install_invalid_function_handler(exception_fn handler) in install_invalid_function_handler()