Searched refs:addr_if_watchpoint (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | exception.h | 41 void do_debug_exception(unsigned long addr_if_watchpoint, unsigned int esr,
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | exception.h | 60 void do_debug_exception(unsigned long addr_if_watchpoint, unsigned long esr,
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | fault.c | 834 void do_debug_exception(unsigned long addr_if_watchpoint, unsigned int esr, in do_debug_exception() argument 848 if (inf->fn(addr_if_watchpoint, esr, regs)) { in do_debug_exception()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | fault.c | 918 void do_debug_exception(unsigned long addr_if_watchpoint, unsigned long esr, in do_debug_exception() argument 929 if (inf->fn(addr_if_watchpoint, esr, regs)) { in do_debug_exception()
|
Completed in 4 milliseconds