Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h120 void watchpoint_handler(struct pt_regs *regs);
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c754 static int watchpoint_handler(unsigned long addr, unsigned long esr, in watchpoint_handler() function
846 NOKPROBE_SYMBOL(watchpoint_handler);
992 hook_debug_fault_code(DBG_ESR_EVT_HWWP, watchpoint_handler, SIGTRAP, in arch_hw_breakpoint_init()
/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c494 void watchpoint_handler(struct pt_regs *regs) in watchpoint_handler() function
512 NOKPROBE_SYMBOL(watchpoint_handler);
H A Dtraps.c800 watchpoint_handler(regs); in do_watch()
/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c726 static void watchpoint_handler(unsigned long addr, unsigned int fsr, in watchpoint_handler() function
933 watchpoint_handler(addr, fsr, regs); in hw_breakpoint_pending()