Searched refs:ftrace_hotpatch_trampoline (Results 1 – 4 of 4) sorted by relevance
77 static struct ftrace_hotpatch_trampoline *next_vmlinux_trampoline = in ftrace_init_nop()80 static struct ftrace_hotpatch_trampoline *trampoline; in ftrace_init_nop()81 struct ftrace_hotpatch_trampoline **next_trampoline; in ftrace_init_nop()82 struct ftrace_hotpatch_trampoline *trampolines_end; in ftrace_init_nop()83 struct ftrace_hotpatch_trampoline tmp; in ftrace_init_nop()89 BUILD_BUG_ON(sizeof(struct ftrace_hotpatch_trampoline) != in ftrace_init_nop()127 static struct ftrace_hotpatch_trampoline *ftrace_get_trampoline(struct dyn_ftrace *rec) in ftrace_get_trampoline()129 struct ftrace_hotpatch_trampoline *trampoline; in ftrace_get_trampoline()175 struct ftrace_hotpatch_trampoline *trampoline; in ftrace_modify_trampoline_call()225 struct ftrace_hotpatch_trampoline *trampoline; in ftrace_make_trampoline_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[];
483 me->arch.trampolines_start = (struct ftrace_hotpatch_trampoline *)start; in module_alloc_ftrace_hotpatch_trampolines()484 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;