Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcommon.h95 extern int setup_detour_execution(struct kprobe *p, struct pt_regs *regs, int reenter);
98 static inline int setup_detour_execution(struct kprobe *p, struct pt_regs *regs, int reenter) in setup_detour_execution() function
H A Dopt.c553 int setup_detour_execution(struct kprobe *p, struct pt_regs *regs, int reenter) in setup_detour_execution() function
568 NOKPROBE_SYMBOL(setup_detour_execution);
H A Dcore.c608 if (setup_detour_execution(p, regs, reenter)) in setup_singlestep()