Home
last modified time | relevance | path

Searched refs:ppc_global_function_entry (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/
H A Dftrace.c156 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_nop()
364 if (ptr != ppc_global_function_entry((void *)_mcount)) { in setup_mcount_compiler_tramp()
371 ptr = ppc_global_function_entry((void *)ftrace_regs_caller); in setup_mcount_compiler_tramp()
373 ptr = ppc_global_function_entry((void *)ftrace_caller); in setup_mcount_compiler_tramp()
563 entry = ppc_global_function_entry((void *)addr);
633 entry = ppc_global_function_entry((void *)ftrace_caller);
634 ptr = ppc_global_function_entry((void *)addr);
638 entry = ppc_global_function_entry((void *)ftrace_regs_caller);
740 entry = ppc_global_function_entry((void *)old_addr);
783 entry = ppc_global_function_entry((void *)addr);
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcode-patching.h120 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dkprobes.c547 return ppc_global_function_entry(entry); in arch_deref_entry_point()