Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dhw_breakpoint.c51 if (current->thread.last_hit_ubp[i]) in single_step_pending()
390 if (bp->ctx->task->thread.last_hit_ubp[i] == bp) in arch_unregister_hw_breakpoint()
391 bp->ctx->task->thread.last_hit_ubp[i] = NULL; in arch_unregister_hw_breakpoint()
509 if (unlikely(tsk->thread.last_hit_ubp[i])) in thread_change_pc()
519 tsk->thread.last_hit_ubp[i] = NULL; in thread_change_pc()
563 current->thread.last_hit_ubp[i] = bp[i]; in stepping_handler()
775 bp = current->thread.last_hit_ubp[i]; in single_step_dabr_instruction()
790 current->thread.last_hit_ubp[i] = NULL; in single_step_dabr_instruction()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h179 struct perf_event *last_hit_ubp[HBP_NUM_MAX]; member

Completed in 7 milliseconds