Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint.c51 if (current->thread.last_hit_ubp[i]) in single_step_pending()
364 if (bp->ctx->task->thread.last_hit_ubp[i] == bp) in arch_unregister_hw_breakpoint()
365 bp->ctx->task->thread.last_hit_ubp[i] = NULL; in arch_unregister_hw_breakpoint()
485 if (unlikely(tsk->thread.last_hit_ubp[i])) in thread_change_pc()
495 tsk->thread.last_hit_ubp[i] = NULL; in thread_change_pc()
537 current->thread.last_hit_ubp[i] = bp[i]; in stepping_handler()
691 bp = current->thread.last_hit_ubp[i]; in single_step_dabr_instruction()
706 current->thread.last_hit_ubp[i] = NULL; in single_step_dabr_instruction()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dprocessor.h183 struct perf_event *last_hit_ubp[HBP_NUM_MAX]; member

Completed in 3 milliseconds