Searched refs:ftrace_hotpatch_trampoline (Results 1 – 4 of 4) sorted by relevance
80 static struct ftrace_hotpatch_trampoline *next_vmlinux_trampoline = in ftrace_init_nop()83 static struct ftrace_hotpatch_trampoline *trampoline; in ftrace_init_nop()84 struct ftrace_hotpatch_trampoline **next_trampoline; in ftrace_init_nop()85 struct ftrace_hotpatch_trampoline *trampolines_end; in ftrace_init_nop()86 struct ftrace_hotpatch_trampoline tmp; in ftrace_init_nop()91 BUILD_BUG_ON(sizeof(struct ftrace_hotpatch_trampoline) != in ftrace_init_nop()128 static struct ftrace_hotpatch_trampoline *ftrace_get_trampoline(struct dyn_ftrace *rec) in ftrace_get_trampoline()130 struct ftrace_hotpatch_trampoline *trampoline; in ftrace_get_trampoline()149 struct ftrace_hotpatch_trampoline *trampoline; in ftrace_modify_call()187 struct ftrace_hotpatch_trampoline *trampoline; in ftrace_make_call()
7 struct ftrace_hotpatch_trampoline { struct15 extern struct ftrace_hotpatch_trampoline __ftrace_hotpatch_trampolines_start[]; argument16 extern struct ftrace_hotpatch_trampoline __ftrace_hotpatch_trampolines_end[];
519 me->arch.trampolines_start = (struct ftrace_hotpatch_trampoline *)start; in module_alloc_ftrace_hotpatch_trampolines()520 me->arch.trampolines_end = (struct ftrace_hotpatch_trampoline *)end; in module_alloc_ftrace_hotpatch_trampolines()
33 struct ftrace_hotpatch_trampoline *trampolines_start;35 struct ftrace_hotpatch_trampoline *trampolines_end;37 struct ftrace_hotpatch_trampoline *next_trampoline;