Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dhw_breakpoint.c65 if (current->thread.last_hit_ubp != bp) in arch_install_hw_breakpoint()
106 bp->ctx->task->thread.last_hit_ubp = NULL; in arch_unregister_hw_breakpoint()
189 if (likely(!tsk->thread.last_hit_ubp)) in thread_change_pc()
192 info = counter_arch_bp(tsk->thread.last_hit_ubp); in thread_change_pc()
195 tsk->thread.last_hit_ubp = NULL; in thread_change_pc()
227 current->thread.last_hit_ubp = bp; in stepping_handler()
325 bp = current->thread.last_hit_ubp; in single_step_dabr_instruction()
343 current->thread.last_hit_ubp = NULL; in single_step_dabr_instruction()
/Linux-v5.4/arch/powerpc/include/asm/
Dprocessor.h178 struct perf_event *last_hit_ubp; member