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

/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c151 entry = ppc_global_function_entry((void *)addr);
284 if (ptr != ppc_global_function_entry((void *)_mcount)) {
291 ptr = ppc_global_function_entry((void *)ftrace_regs_caller);
293 ptr = ppc_global_function_entry((void *)ftrace_caller);
449 entry = ppc_global_function_entry((void *)addr);
477 entry = ppc_global_function_entry((void *)ftrace_caller);
478 ptr = ppc_global_function_entry((void *)addr);
481 entry = ppc_global_function_entry((void *)ftrace_regs_caller);
580 entry = ppc_global_function_entry((void *)old_addr);
623 entry = ppc_global_function_entry((voi
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dcode-patching.h171 static inline unsigned long ppc_global_function_entry(void *func) function

Completed in 99 milliseconds