Searched refs:ftrace_hotpatch_trampoline (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dmodule.h33 struct ftrace_hotpatch_trampoline *trampolines_start;
35 struct ftrace_hotpatch_trampoline *trampolines_end;
37 struct ftrace_hotpatch_trampoline *next_trampoline;
/linux-master/arch/s390/kernel/
H A Dftrace.h7 struct ftrace_hotpatch_trampoline { struct
15 extern struct ftrace_hotpatch_trampoline __ftrace_hotpatch_trampolines_start[];
16 extern struct ftrace_hotpatch_trampoline __ftrace_hotpatch_trampolines_end[];
H A Dftrace.c80 static struct ftrace_hotpatch_trampoline *next_vmlinux_trampoline =
83 static struct ftrace_hotpatch_trampoline *trampoline;
84 struct ftrace_hotpatch_trampoline **next_trampoline;
85 struct ftrace_hotpatch_trampoline *trampolines_end;
86 struct ftrace_hotpatch_trampoline tmp;
91 BUILD_BUG_ON(sizeof(struct ftrace_hotpatch_trampoline) !=
128 static struct ftrace_hotpatch_trampoline *ftrace_get_trampoline(struct dyn_ftrace *rec)
130 struct ftrace_hotpatch_trampoline *trampoline;
149 struct ftrace_hotpatch_trampoline *trampoline;
187 struct ftrace_hotpatch_trampoline *trampolin
[all...]
H A Dmodule.c519 me->arch.trampolines_start = (struct ftrace_hotpatch_trampoline *)start;
520 me->arch.trampolines_end = (struct ftrace_hotpatch_trampoline *)end;

Completed in 98 milliseconds