Searched refs:do_watchpoint (Results 1 – 5 of 5) 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)
|
| H A D | entry.S | 581 .globl do_watchpoint symbol 582 do_watchpoint: label
|
| /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);
|
| H A D | entry-common.c | 403 do_watchpoint(far, esr, regs); in el1_watchpt() 704 do_watchpoint(far, esr, regs); in el0_watchpt()
|