Home
last modified time | relevance | path

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

/arch/powerpc/kernel/trace/
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 …]
/arch/powerpc/include/asm/
Dcode-patching.h120 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function
/arch/powerpc/kernel/
Dkprobes.c547 return ppc_global_function_entry(entry); in arch_deref_entry_point()