Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dmodule.h33 struct ftrace_hotpatch_trampoline *trampolines_start;
35 struct ftrace_hotpatch_trampoline *trampolines_end;
37 struct ftrace_hotpatch_trampoline *next_trampoline;
/arch/s390/kernel/
Dftrace.h7 struct ftrace_hotpatch_trampoline { struct
15 extern struct ftrace_hotpatch_trampoline __ftrace_hotpatch_trampolines_start[]; argument
16 extern struct ftrace_hotpatch_trampoline __ftrace_hotpatch_trampolines_end[];
Dftrace.c113 static struct ftrace_hotpatch_trampoline *next_vmlinux_trampoline = in ftrace_init_nop()
116 static struct ftrace_hotpatch_trampoline *trampoline; in ftrace_init_nop()
117 struct ftrace_hotpatch_trampoline **next_trampoline; in ftrace_init_nop()
118 struct ftrace_hotpatch_trampoline *trampolines_end; in ftrace_init_nop()
119 struct ftrace_hotpatch_trampoline tmp; in ftrace_init_nop()
124 BUILD_BUG_ON(sizeof(struct ftrace_hotpatch_trampoline) != in ftrace_init_nop()
Dmodule.c495 me->arch.trampolines_start = (struct ftrace_hotpatch_trampoline *)start; in module_alloc_ftrace_hotpatch_trampolines()
496 me->arch.trampolines_end = (struct ftrace_hotpatch_trampoline *)end; in module_alloc_ftrace_hotpatch_trampolines()