Home
last modified time | relevance | path

Searched refs:ptrace_wp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dhw_breakpoint.c245 if (t->ptrace_wp[i]) { in flush_ptrace_hw_breakpoint()
246 unregister_hw_breakpoint(t->ptrace_wp[i]); in flush_ptrace_hw_breakpoint()
247 t->ptrace_wp[i] = NULL; in flush_ptrace_hw_breakpoint()
260 memset(tsk->thread.ptrace_wp, 0, sizeof(tsk->thread.ptrace_wp)); in clear_ptrace_hw_breakpoint()
H A Dptrace.c380 if (current->thread.ptrace_wp[i] == bp) in ptrace_hbptriggered()
429 bp = child->thread.ptrace_wp[idx]; in ptrace_gethbpregs()
468 bp = child->thread.ptrace_wp[idx]; in ptrace_sethbpregs()
484 child->thread.ptrace_wp[idx] = bp; in ptrace_sethbpregs()
/kernel/linux/linux-6.6/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()
H A Dptrace.c378 if (current->thread.ptrace_wp[i] == bp) in ptrace_hbptriggered()
427 bp = child->thread.ptrace_wp[idx]; in ptrace_gethbpregs()
466 bp = child->thread.ptrace_wp[idx]; in ptrace_sethbpregs()
482 child->thread.ptrace_wp[idx] = bp; in ptrace_sethbpregs()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dprocessor.h154 struct perf_event *ptrace_wp[XCHAL_NUM_DBREAK]; member
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dprocessor.h161 struct perf_event *ptrace_wp[XCHAL_NUM_DBREAK]; member

Completed in 4 milliseconds