Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/kprobes/
Dcommon.h93 extern void synthesize_relcall(void *dest, void *from, void *to);
Dcore.c130 void synthesize_relcall(void *dest, void *from, void *to) in synthesize_relcall() function
134 NOKPROBE_SYMBOL(synthesize_relcall);
Dopt.c438 synthesize_relcall(buf + TMPL_CALL_IDX, in arch_prepare_optimized_kprobe()