Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dhw_breakpoint.c50 if (current->thread.last_hit_ubp[i]) in single_step_pending()
363 if (bp->ctx->task->thread.last_hit_ubp[i] == bp) in arch_unregister_hw_breakpoint()
364 bp->ctx->task->thread.last_hit_ubp[i] = NULL; in arch_unregister_hw_breakpoint()
482 if (unlikely(tsk->thread.last_hit_ubp[i])) in thread_change_pc()
492 tsk->thread.last_hit_ubp[i] = NULL; in thread_change_pc()
536 current->thread.last_hit_ubp[i] = bp[i]; in stepping_handler()
748 bp = current->thread.last_hit_ubp[i]; in single_step_dabr_instruction()
763 current->thread.last_hit_ubp[i] = NULL; in single_step_dabr_instruction()
/linux/arch/powerpc/include/asm/
A Dprocessor.h176 struct perf_event *last_hit_ubp[HBP_NUM_MAX]; member

Completed in 5 milliseconds