Home
last modified time | relevance | path

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

/linux/arch/xtensa/kernel/
H A Dhw_breakpoint.c246 if (t->ptrace_wp[i]) { in flush_ptrace_hw_breakpoint()
247 unregister_hw_breakpoint(t->ptrace_wp[i]); in flush_ptrace_hw_breakpoint()
248 t->ptrace_wp[i] = NULL; in flush_ptrace_hw_breakpoint()
261 memset(tsk->thread.ptrace_wp, 0, sizeof(tsk->thread.ptrace_wp)); in clear_ptrace_hw_breakpoint()
/linux/arch/xtensa/include/asm/
H A Dprocessor.h161 struct perf_event *ptrace_wp[XCHAL_NUM_DBREAK]; member