Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/trace/
A Dftrace.c156 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_nop()
366 if (ptr != ppc_global_function_entry((void *)_mcount)) { in setup_mcount_compiler_tramp()
373 ptr = ppc_global_function_entry((void *)ftrace_regs_caller); in setup_mcount_compiler_tramp()
375 ptr = ppc_global_function_entry((void *)ftrace_caller); in setup_mcount_compiler_tramp()
565 entry = ppc_global_function_entry((void *)addr);
634 entry = ppc_global_function_entry((void *)ftrace_caller);
635 ptr = ppc_global_function_entry((void *)addr);
639 entry = ppc_global_function_entry((void *)ftrace_regs_caller);
741 entry = ppc_global_function_entry((void *)old_addr);
784 entry = ppc_global_function_entry((void *)addr);
[all …]
/linux/arch/powerpc/include/asm/
A Dcode-patching.h119 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function

Completed in 6 milliseconds