Home
last modified time | relevance | path

Searched refs:ptrace_bp (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dhw_breakpoint.c239 if (t->ptrace_bp[i]) { in flush_ptrace_hw_breakpoint()
240 unregister_hw_breakpoint(t->ptrace_bp[i]); in flush_ptrace_hw_breakpoint()
241 t->ptrace_bp[i] = NULL; in flush_ptrace_hw_breakpoint()
259 memset(tsk->thread.ptrace_bp, 0, sizeof(tsk->thread.ptrace_bp)); in clear_ptrace_hw_breakpoint()
H A Dptrace.c375 if (current->thread.ptrace_bp[i] == bp) in ptrace_hbptriggered()
431 bp = child->thread.ptrace_bp[idx]; in ptrace_gethbpregs()
474 bp = child->thread.ptrace_bp[idx]; in ptrace_sethbpregs()
486 child->thread.ptrace_bp[idx] = bp; in ptrace_sethbpregs()
/kernel/linux/linux-6.6/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()
H A Dptrace.c373 if (current->thread.ptrace_bp[i] == bp) in ptrace_hbptriggered()
429 bp = child->thread.ptrace_bp[idx]; in ptrace_gethbpregs()
472 bp = child->thread.ptrace_bp[idx]; in ptrace_sethbpregs()
484 child->thread.ptrace_bp[idx] = bp; in ptrace_sethbpregs()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint.c130 bool ptrace_bp; member
144 tmp->ptrace_bp = is_ptrace_bp(bp); in alloc_breakpoint()
162 return is_ptrace_bp(bp) ? !b->ptrace_bp : b->ptrace_bp; in alternate_infra_bp()
567 bool ptrace_bp = false; in hw_breakpoint_handler() local
605 ptrace_bp = true; in hw_breakpoint_handler()
625 if (ptrace_bp) { in hw_breakpoint_handler()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dprocessor.h153 struct perf_event *ptrace_bp[XCHAL_NUM_IBREAK]; member
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dprocessor.h160 struct perf_event *ptrace_bp[XCHAL_NUM_IBREAK]; member

Completed in 8 milliseconds