Home
last modified time | relevance | path

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

/linux/arch/xtensa/kernel/
H A Dhw_breakpoint.c240 if (t->ptrace_bp[i]) { in flush_ptrace_hw_breakpoint()
241 unregister_hw_breakpoint(t->ptrace_bp[i]); in flush_ptrace_hw_breakpoint()
242 t->ptrace_bp[i] = NULL; in flush_ptrace_hw_breakpoint()
260 memset(tsk->thread.ptrace_bp, 0, sizeof(tsk->thread.ptrace_bp)); in clear_ptrace_hw_breakpoint()
/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c385 bool ptrace_bp = false; in hw_breakpoint_handler() local
425 ptrace_bp = true; in hw_breakpoint_handler()
451 if (ptrace_bp) { in hw_breakpoint_handler()
/linux/arch/xtensa/include/asm/
H A Dprocessor.h160 struct perf_event *ptrace_bp[XCHAL_NUM_IBREAK]; member