Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/trace/
Dftrace.c146 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_nop()
279 if (ptr != ppc_global_function_entry((void *)_mcount)) { in setup_mcount_compiler_tramp()
286 ptr = ppc_global_function_entry((void *)ftrace_regs_caller); in setup_mcount_compiler_tramp()
288 ptr = ppc_global_function_entry((void *)ftrace_caller); in setup_mcount_compiler_tramp()
444 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_call()
472 entry = ppc_global_function_entry((void *)ftrace_caller); in __ftrace_make_call_kernel()
473 ptr = ppc_global_function_entry((void *)addr); in __ftrace_make_call_kernel()
476 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.1.9/arch/powerpc/include/asm/
Dcode-patching.h172 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function