Home
last modified time | relevance | path

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

/linux-6.14.4/arch/powerpc/kernel/trace/
Dftrace_64_pg.c171 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_nop()
304 if (ptr != ppc_global_function_entry((void *)_mcount)) { in setup_mcount_compiler_tramp()
311 ptr = ppc_global_function_entry((void *)ftrace_regs_caller); in setup_mcount_compiler_tramp()
313 ptr = ppc_global_function_entry((void *)ftrace_caller); in setup_mcount_compiler_tramp()
451 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_call()
479 entry = ppc_global_function_entry((void *)ftrace_caller); in __ftrace_make_call_kernel()
480 ptr = ppc_global_function_entry((void *)addr); in __ftrace_make_call_kernel()
483 entry = ppc_global_function_entry((void *)ftrace_regs_caller); in __ftrace_make_call_kernel()
575 entry = ppc_global_function_entry((void *)old_addr); in __ftrace_modify_call()
618 entry = ppc_global_function_entry((void *)addr); in __ftrace_modify_call()
[all …]
/linux-6.14.4/arch/powerpc/include/asm/
Dtext-patching.h208 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function