Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/kernel/
Dkprobes.c36 static unsigned long cur_kprobe_next_pc; variable
412 cur_kprobe_next_pc = cur_kprobe_orig_pc + (nextpc - regs->pc); in prepare_singlestep()
414 cur_kprobe_next_pc = nextpc; in prepare_singlestep()
529 regs->pc = cur_kprobe_next_pc; in resume_execution()