Searched refs:breakpoint_handler (Results 1 – 8 of 8) sorted by relevance
119 void breakpoint_handler(struct pt_regs *regs);
48 void breakpoint_handler(CPUState *cs);
125 .debug_excp_handler = breakpoint_handler,
620 static int breakpoint_handler(unsigned long unused, unsigned long esr, in breakpoint_handler() function695 NOKPROBE_SYMBOL(breakpoint_handler);990 hook_debug_fault_code(DBG_ESR_EVT_HWBP, breakpoint_handler, SIGTRAP, in arch_hw_breakpoint_init()
486 void breakpoint_handler(struct pt_regs *regs) in breakpoint_handler() function504 NOKPROBE_SYMBOL(breakpoint_handler);
804 breakpoint_handler(regs); in do_watch()
209 void breakpoint_handler(CPUState *cs) in breakpoint_handler() function
853 static void breakpoint_handler(unsigned long unknown, struct pt_regs *regs) in breakpoint_handler() function927 breakpoint_handler(addr, regs); in hw_breakpoint_pending()