Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
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);
635 entry = ppc_global_function_entry((void *)ftrace_caller);
636 ptr = ppc_global_function_entry((void *)addr);
640 entry = ppc_global_function_entry((void *)ftrace_regs_caller);
742 entry = ppc_global_function_entry((void *)old_addr);
785 entry = ppc_global_function_entry((void *)addr);
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcode-patching.h120 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dkprobes.c547 return ppc_global_function_entry(entry); in arch_deref_entry_point()