Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/kprobes/
Dcommon.h99 extern int skip_singlestep(struct kprobe *p, struct pt_regs *regs,
102 static inline int skip_singlestep(struct kprobe *p, struct pt_regs *regs, in skip_singlestep() function
Dftrace.c47 int skip_singlestep(struct kprobe *p, struct pt_regs *regs, in skip_singlestep() function
55 NOKPROBE_SYMBOL(skip_singlestep);
Dcore.c659 if (!skip_singlestep(p, regs, kcb)) in kprobe_int3_handler()