Searched refs:kprobe_orig_tnpc (Results 1 – 2 of 2) sorted by relevance
79 kcb->prev_kprobe.orig_tnpc = kcb->kprobe_orig_tnpc; in save_previous_kprobe()87 kcb->kprobe_orig_tnpc = kcb->prev_kprobe.orig_tnpc; in restore_previous_kprobe()95 kcb->kprobe_orig_tnpc = regs->tnpc; in set_current_kprobe()107 regs->tnpc = kcb->kprobe_orig_tnpc; in prepare_singlestep()287 regs->tpc = kcb->kprobe_orig_tnpc; in resume_execution()339 regs->tnpc = kcb->kprobe_orig_tnpc; in kprobe_fault_handler()
40 unsigned long kprobe_orig_tnpc; member