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/ !
H A Dftrace_64_pg.c169 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_nop()
302 if (ptr != ppc_global_function_entry((void *)_mcount)) { in setup_mcount_compiler_tramp()
309 ptr = ppc_global_function_entry((void *)ftrace_regs_caller); in setup_mcount_compiler_tramp()
311 ptr = ppc_global_function_entry((void *)ftrace_caller); in setup_mcount_compiler_tramp()
449 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_call()
477 entry = ppc_global_function_entry((void *)ftrace_caller); in __ftrace_make_call_kernel()
478 ptr = ppc_global_function_entry((void *)addr); in __ftrace_make_call_kernel()
481 entry = ppc_global_function_entry((void *)ftrace_regs_caller); in __ftrace_make_call_kernel()
573 entry = ppc_global_function_entry((void *)old_addr); in __ftrace_modify_call()
616 entry = ppc_global_function_entry((void *)addr); in __ftrace_modify_call()
[all …]
/linux/arch/powerpc/include/asm/ !
H A Dtext-patching.h208 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function