Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace.c140 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_nop()
397 entry = ppc_global_function_entry((void *)addr);
525 entry = ppc_global_function_entry((void *)old_addr);
568 entry = ppc_global_function_entry((void *)addr);
/Linux-v4.19/arch/powerpc/include/asm/
Dcode-patching.h98 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry() function
/Linux-v4.19/arch/powerpc/kernel/
Dkprobes.c601 return ppc_global_function_entry(entry); in arch_deref_entry_point()