Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dhw_breakpoint.h120 void watchpoint_handler(struct pt_regs *regs);
/linux-6.12.1/arch/arm64/kernel/
Dhw_breakpoint.c755 static int watchpoint_handler(unsigned long addr, unsigned long esr, in watchpoint_handler() function
847 NOKPROBE_SYMBOL(watchpoint_handler);
993 hook_debug_fault_code(DBG_ESR_EVT_HWWP, watchpoint_handler, SIGTRAP, in arch_hw_breakpoint_init()
/linux-6.12.1/arch/loongarch/kernel/
Dhw_breakpoint.c494 void watchpoint_handler(struct pt_regs *regs) in watchpoint_handler() function
512 NOKPROBE_SYMBOL(watchpoint_handler);
Dtraps.c831 watchpoint_handler(regs); in do_watch()
/linux-6.12.1/arch/arm/kernel/
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()