Searched refs:kprobe_orig_tnpc (Results 1 – 2 of 2) sorted by relevance
80 kcb->prev_kprobe.orig_tnpc = kcb->kprobe_orig_tnpc; in save_previous_kprobe()88 kcb->kprobe_orig_tnpc = kcb->prev_kprobe.orig_tnpc; in restore_previous_kprobe()96 kcb->kprobe_orig_tnpc = regs->tnpc; in set_current_kprobe()108 regs->tnpc = kcb->kprobe_orig_tnpc; in prepare_singlestep()288 regs->tpc = kcb->kprobe_orig_tnpc; in resume_execution()340 regs->tnpc = kcb->kprobe_orig_tnpc; in kprobe_fault_handler()
40 unsigned long kprobe_orig_tnpc; member