Home
last modified time | relevance | path

Searched refs:breakpoint_handler (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h119 void breakpoint_handler(struct pt_regs *regs);
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c621 static int breakpoint_handler(unsigned long unused, unsigned long esr, in breakpoint_handler() function
696 NOKPROBE_SYMBOL(breakpoint_handler);
991 hook_debug_fault_code(DBG_ESR_EVT_HWBP, breakpoint_handler, SIGTRAP, in arch_hw_breakpoint_init()
/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c474 void breakpoint_handler(struct pt_regs *regs) in breakpoint_handler() function
492 NOKPROBE_SYMBOL(breakpoint_handler);
H A Dtraps.c830 breakpoint_handler(regs); in do_watch()
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c854 static void breakpoint_handler(unsigned long unknown, struct pt_regs *regs) in breakpoint_handler() function
959 breakpoint_handler(addr, regs); in hw_breakpoint_pending()