Symbol: ftrace_hotpatch_trampoline
arch/s390/include/asm/module.h
33
struct ftrace_hotpatch_trampoline *trampolines_start;
arch/s390/include/asm/module.h
35
struct ftrace_hotpatch_trampoline *trampolines_end;
arch/s390/include/asm/module.h
37
struct ftrace_hotpatch_trampoline *next_trampoline;
arch/s390/kernel/ftrace.c
128
static struct ftrace_hotpatch_trampoline *ftrace_get_trampoline(struct dyn_ftrace *rec)
arch/s390/kernel/ftrace.c
130
struct ftrace_hotpatch_trampoline *trampoline;
arch/s390/kernel/ftrace.c
176
struct ftrace_hotpatch_trampoline *trampoline;
arch/s390/kernel/ftrace.c
226
struct ftrace_hotpatch_trampoline *trampoline;
arch/s390/kernel/ftrace.c
78
static struct ftrace_hotpatch_trampoline *next_vmlinux_trampoline =
arch/s390/kernel/ftrace.c
81
static struct ftrace_hotpatch_trampoline *trampoline;
arch/s390/kernel/ftrace.c
82
struct ftrace_hotpatch_trampoline **next_trampoline;
arch/s390/kernel/ftrace.c
83
struct ftrace_hotpatch_trampoline *trampolines_end;
arch/s390/kernel/ftrace.c
84
struct ftrace_hotpatch_trampoline tmp;
arch/s390/kernel/ftrace.c
90
BUILD_BUG_ON(sizeof(struct ftrace_hotpatch_trampoline) !=
arch/s390/kernel/ftrace.h
15
extern struct ftrace_hotpatch_trampoline __ftrace_hotpatch_trampolines_start[];
arch/s390/kernel/ftrace.h
16
extern struct ftrace_hotpatch_trampoline __ftrace_hotpatch_trampolines_end[];
arch/s390/kernel/module.c
485
me->arch.trampolines_start = (struct ftrace_hotpatch_trampoline *)start;
arch/s390/kernel/module.c
486
me->arch.trampolines_end = (struct ftrace_hotpatch_trampoline *)end;