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

/linux-master/arch/s390/kernel/
H A Dftrace.c43 * trampoline (ftrace_plt), which clobbers also r1.
53 static char *ftrace_plt; variable
101 shared = ftrace_plt;
223 ftrace_plt = module_alloc(PAGE_SIZE);
224 if (!ftrace_plt)
228 memcpy(ftrace_plt, start, end - start);
229 set_memory_rox((unsigned long)ftrace_plt, 1);

Completed in 119 milliseconds