Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dkprobes.c157 kcb->prev_kprobe.saved_pc = kcb->kprobe_saved_pc; in save_previous_kprobe()
164 kcb->kprobe_saved_pc = kcb->prev_kprobe.saved_pc; in restore_previous_kprobe()
171 kcb->kprobe_saved_pc = regs->pc; in set_current_kprobe()
286 unsigned long orig_pc = kcb->kprobe_saved_pc; in resume_execution()
/arch/tile/include/asm/
Dkprobes.h64 unsigned long kprobe_saved_pc; member