Searched refs:kprobe_orig_tnpc (Results 1 – 2 of 2) sorted by relevance
81 kcb->prev_kprobe.orig_tnpc = kcb->kprobe_orig_tnpc; in save_previous_kprobe()89 kcb->kprobe_orig_tnpc = kcb->prev_kprobe.orig_tnpc; in restore_previous_kprobe()97 kcb->kprobe_orig_tnpc = regs->tnpc; in set_current_kprobe()109 regs->tnpc = kcb->kprobe_orig_tnpc; in prepare_singlestep()285 regs->tpc = kcb->kprobe_orig_tnpc; in resume_execution()337 regs->tnpc = kcb->kprobe_orig_tnpc; in kprobe_fault_handler()
45 unsigned long kprobe_orig_tnpc; member