Lines Matching full:vector
105 static void bad_exception(enum vector v, struct pt_regs *regs, in bad_exception()
119 printf("Unhandled vector %d (%s)\n", v, in bad_exception()
122 printf("Got bad vector=%d\n", v); in bad_exception()
131 printf("Vector: %d (%s)\n", v, vector_names[v]); in bad_exception()
140 void install_exception_handler(enum vector v, unsigned int ec, exception_fn fn) in install_exception_handler()
148 void install_irq_handler(enum vector v, irq_handler_fn fn) in install_irq_handler()
156 void default_vector_sync_handler(enum vector v, struct pt_regs *regs, in default_vector_sync_handler()
176 void default_vector_irq_handler(enum vector v, struct pt_regs *regs, in default_vector_irq_handler()
207 void do_handle_exception(enum vector v, struct pt_regs *regs, unsigned int esr);
209 void do_handle_exception(enum vector v, struct pt_regs *regs, unsigned int esr) in do_handle_exception()
227 void install_vector_handler(enum vector v, vector_fn fn) in install_vector_handler()