Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mn10300/kernel/
Dkprobes.c35 static unsigned long cur_kprobe_orig_pc; variable
406 cur_kprobe_orig_pc = regs->pc; in prepare_singlestep()
412 cur_kprobe_next_pc = cur_kprobe_orig_pc + (nextpc - regs->pc); in prepare_singlestep()
498 regs->pc = cur_kprobe_orig_pc; in resume_execution()