Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/kprobes/
Dcommon.h92 extern void synthesize_relcall(void *dest, void *from, void *to);
Dcore.c129 void synthesize_relcall(void *dest, void *from, void *to) in synthesize_relcall() function
133 NOKPROBE_SYMBOL(synthesize_relcall);
Dopt.c451 synthesize_relcall(buf + TMPL_CALL_IDX, in arch_prepare_optimized_kprobe()