Home
last modified time | relevance | path

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

/arch/mn10300/kernel/
Dkprobes.c37 static int current_kprobe_ss_flags; variable
406 nextpc = find_nextpc(regs, &current_kprobe_ss_flags); in prepare_singlestep()
407 if (current_kprobe_ss_flags & SINGLESTEP_PCREL) in prepare_singlestep()
414 if (current_kprobe_ss_flags & SINGLESTEP_BRANCH) in prepare_singlestep()
494 if (current_kprobe_ss_flags & SINGLESTEP_BRANCH) { in resume_execution()