Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dexception.h64 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 Dttable_32.S29 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 Dentry.S581 .globl do_watchpoint symbol
582 do_watchpoint: label
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c753 void do_watchpoint(unsigned long addr, unsigned long esr, struct pt_regs *regs) in do_watchpoint() function
842 NOKPROBE_SYMBOL(do_watchpoint);
H A Dentry-common.c403 do_watchpoint(far, esr, regs); in el1_watchpt()
704 do_watchpoint(far, esr, regs); in el0_watchpt()