Home
last modified time | relevance | path

Searched refs:watchpoint_handler (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h120 void watchpoint_handler(struct pt_regs *regs);
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c727 static void watchpoint_handler(unsigned long addr, unsigned int fsr, in watchpoint_handler() function
965 watchpoint_handler(addr, fsr, regs); in hw_breakpoint_pending()
/linux/arch/loongarch/kernel/
H A Dtraps.c847 watchpoint_handler(regs); in do_watch()