Home
last modified time | relevance | path

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

/arch/mn10300/kernel/
Dkprobes.c37 static int cur_kprobe_ss_flags; variable
410 nextpc = find_nextpc(regs, &cur_kprobe_ss_flags); in prepare_singlestep()
411 if (cur_kprobe_ss_flags & SINGLESTEP_PCREL) in prepare_singlestep()
417 if (cur_kprobe_ss_flags & SINGLESTEP_BRANCH) in prepare_singlestep()
497 if (cur_kprobe_ss_flags & SINGLESTEP_BRANCH) { in resume_execution()