Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/kprobes/
Dcommon.h93 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.c446 synthesize_relcall(buf + TMPL_CALL_IDX, in arch_prepare_optimized_kprobe()