Home
last modified time | relevance | path

Searched refs:ptrace_bp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/xtensa/kernel/
Dhw_breakpoint.c238 if (t->ptrace_bp[i]) { in flush_ptrace_hw_breakpoint()
239 unregister_hw_breakpoint(t->ptrace_bp[i]); in flush_ptrace_hw_breakpoint()
240 t->ptrace_bp[i] = NULL; in flush_ptrace_hw_breakpoint()
258 memset(tsk->thread.ptrace_bp, 0, sizeof(tsk->thread.ptrace_bp)); in clear_ptrace_hw_breakpoint()
Dptrace.c285 if (current->thread.ptrace_bp[i] == bp) in ptrace_hbptriggered()
341 bp = child->thread.ptrace_bp[idx]; in ptrace_gethbpregs()
384 bp = child->thread.ptrace_bp[idx]; in ptrace_sethbpregs()
396 child->thread.ptrace_bp[idx] = bp; in ptrace_sethbpregs()
/Linux-v4.19/arch/xtensa/include/asm/
Dprocessor.h148 struct perf_event *ptrace_bp[XCHAL_NUM_IBREAK]; member