Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/trace/
Dftrace_64_pg.c151 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_nop()
284 if (ptr != ppc_global_function_entry((void *)_mcount)) { in setup_mcount_compiler_tramp()
291 ptr = ppc_global_function_entry((void *)ftrace_regs_caller); in setup_mcount_compiler_tramp()
293 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()
580 entry = ppc_global_function_entry((void *)old_addr); in __ftrace_modify_call()
623 entry = ppc_global_function_entry((void *)addr); in __ftrace_modify_call()
[all …]
/linux-6.12.1/arch/powerpc/include/asm/
Dcode-patching.h208 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function