Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/kprobes/
Dcommon.h92 extern void synthesize_relcall(void *dest, void *from, void *to);
Dcore.c127 void synthesize_relcall(void *dest, void *from, void *to) in synthesize_relcall() function
131 NOKPROBE_SYMBOL(synthesize_relcall);
Dopt.c398 synthesize_relcall(buf + TMPL_CALL_IDX, in arch_prepare_optimized_kprobe()