Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c160 memset(tsk->thread.hbp_watch, 0, sizeof(tsk->thread.hbp_watch)); in ptrace_hw_copy_thread()
179 if (t->hbp_watch[i]) { in flush_ptrace_hw_breakpoint()
180 unregister_hw_breakpoint(t->hbp_watch[i]); in flush_ptrace_hw_breakpoint()
181 t->hbp_watch[i] = NULL; in flush_ptrace_hw_breakpoint()
H A Dptrace.c399 if (current->thread.hbp_watch[i] == bp) in ptrace_hbptriggered()
422 bp = tsk->thread.hbp_watch[idx]; in ptrace_hbp_get_event()
445 tsk->thread.hbp_watch[idx] = bp; in ptrace_hbp_set_event()
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h142 struct perf_event *hbp_watch[LOONGARCH_MAX_WRP]; member
186 .hbp_watch = {0}, \
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c189 if (current->thread.debug.hbp_watch[i] == bp) { in ptrace_hbptriggered()
219 if (t->debug.hbp_watch[i]) { in flush_ptrace_hw_breakpoint()
220 unregister_hw_breakpoint(t->debug.hbp_watch[i]); in flush_ptrace_hw_breakpoint()
221 t->debug.hbp_watch[i] = NULL; in flush_ptrace_hw_breakpoint()
248 bp = tsk->thread.debug.hbp_watch[idx]; in ptrace_hbp_get_event()
275 tsk->thread.debug.hbp_watch[idx] = bp; in ptrace_hbp_set_event()
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h115 struct perf_event *hbp_watch[ARM_MAX_WRP]; member