Searched refs:ptrace_wp (Results 1 – 3 of 3) sorted by relevance
244 if (t->ptrace_wp[i]) { in flush_ptrace_hw_breakpoint()245 unregister_hw_breakpoint(t->ptrace_wp[i]); in flush_ptrace_hw_breakpoint()246 t->ptrace_wp[i] = NULL; in flush_ptrace_hw_breakpoint()259 memset(tsk->thread.ptrace_wp, 0, sizeof(tsk->thread.ptrace_wp)); in clear_ptrace_hw_breakpoint()
290 if (current->thread.ptrace_wp[i] == bp) in ptrace_hbptriggered()339 bp = child->thread.ptrace_wp[idx]; in ptrace_gethbpregs()378 bp = child->thread.ptrace_wp[idx]; in ptrace_sethbpregs()394 child->thread.ptrace_wp[idx] = bp; in ptrace_sethbpregs()
149 struct perf_event *ptrace_wp[XCHAL_NUM_DBREAK]; member