Searched refs:do_watchpoint (Results 1 – 5 of 5) sorted by relevance
| /arch/arm64/include/asm/ |
| 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
|
| /arch/sparc/kernel/ |
| 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)
|
| A D | entry.S | 581 .globl do_watchpoint 582 do_watchpoint: label
|
| /arch/arm64/kernel/ |
| 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);
|
| A D | entry-common.c | 567 do_watchpoint(far, esr, regs); in el1_watchpt() 859 do_watchpoint(far, esr, regs); in el0_watchpt()
|
Completed in 15 milliseconds