Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkprobes.h119 extern int kprobe_debug_handler(struct pt_regs *regs);
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c908 int kprobe_debug_handler(struct pt_regs *regs) in kprobe_debug_handler() function
943 NOKPROBE_SYMBOL(kprobe_debug_handler);
/linux-4.4.14/arch/x86/kernel/
Dtraps.c636 if (kprobe_debug_handler(regs)) in do_debug()