Searched refs:do_watchpoint (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | exception.h | 64 void do_watchpoint(unsigned long addr, unsigned long esr, 68 static inline void do_watchpoint(unsigned long addr, unsigned long esr, in do_watchpoint() function
|
| /linux/arch/sparc/kernel/ |
| H A D | ttable_32.S | 29 t_wpt: TRAP_ENTRY(0xb, do_watchpoint) /* Watchpoint Detected */ 140 TRAP_ENTRY(0xb, do_watchpoint) 232 TRAP_ENTRY(0xb, do_watchpoint) 332 TRAP_ENTRY(0xb, do_watchpoint)
|
| /linux/arch/arm64/kernel/ |
| H A D | hw_breakpoint.c | 753 void do_watchpoint(unsigned long addr, unsigned long esr, struct pt_regs *regs) in do_watchpoint() function 842 NOKPROBE_SYMBOL(do_watchpoint);
|