Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/kernel/
Dptrace.c99 if (current->thread.debug.hbp_watch[i] == bp) { in ptrace_hbptriggered()
127 if (t->debug.hbp_watch[i]) { in flush_ptrace_hw_breakpoint()
128 unregister_hw_breakpoint(t->debug.hbp_watch[i]); in flush_ptrace_hw_breakpoint()
129 t->debug.hbp_watch[i] = NULL; in flush_ptrace_hw_breakpoint()
152 bp = tsk->thread.debug.hbp_watch[idx]; in ptrace_hbp_get_event()
175 tsk->thread.debug.hbp_watch[idx] = bp; in ptrace_hbp_set_event()
/linux-4.1.27/arch/arm64/include/asm/
Dprocessor.h60 struct perf_event *hbp_watch[ARM_MAX_WRP]; member