Searched refs:ex_regs (Results 1 – 20 of 20) sorted by relevance
63 struct ex_regs { struct104 typedef void(*exception_handler_fn)(struct ex_regs *); argument
30 static void guest_breakpoint_handler(struct ex_regs *regs) in guest_breakpoint_handler()
18 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
125 static void guest_illegal_exception_handler(struct ex_regs *regs) in guest_illegal_exception_handler() 135 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
405 void route_exception(struct ex_regs *regs) in route_exception()