Symbol: ppc_function_entry
arch/powerpc/include/asm/text-patching.h
215
return ppc_function_entry(func);
arch/powerpc/include/asm/text-patching.h
251
addr = ppc_function_entry((void *)addr);
arch/powerpc/kernel/kprobes.c
64
addr = (kprobe_opcode_t *)ppc_function_entry(addr);
arch/powerpc/kernel/process.c
1825
kregs->nip = ppc_function_entry(f);
arch/powerpc/kernel/process.c
1832
kregs->gpr[14] = ppc_function_entry((void *)args->fn);
arch/powerpc/kernel/setup_64.c
525
*ptr = ppc_function_entry(generic_secondary_smp_init);
arch/powerpc/kernel/trace/ftrace.c
56
addr = ppc_function_entry((void *)addr);
arch/powerpc/kernel/trace/ftrace.c
564
new = ftrace_create_branch_inst(ip, ppc_function_entry(func), 1);
arch/powerpc/kernel/trace/ftrace.c
571
new = ftrace_create_branch_inst(ip, ppc_function_entry(func), 1);
arch/powerpc/kernel/trace/ftrace.c
691
parent_ip = ppc_function_entry(return_to_handler);
arch/powerpc/kernel/trace/ftrace_64_pg.c
50
addr = ppc_function_entry((void *)addr);
arch/powerpc/kernel/trace/ftrace_64_pg.c
799
return_hooker = ppc_function_entry(return_to_handler);
arch/powerpc/kernel/trace/ftrace_64_pg.c
91
addr = ppc_function_entry((void *)addr);
arch/powerpc/lib/test-code-patching.c
118
iptr = (u32 *)ppc_function_entry(test_trampoline);
arch/powerpc/lib/test-code-patching.c
119
dest = ppc_function_entry(test_create_function_call);
arch/powerpc/lib/test-code-patching.c
338
u32 *iptr = (u32 *)ppc_function_entry(test_trampoline);
arch/powerpc/net/bpf_jit_comp64.c
473
unsigned long func_addr = func ? ppc_function_entry((void *)func) : 0;
arch/powerpc/platforms/85xx/smp.c
183
inia = ppc_function_entry(fsl_secondary_thread_init);
arch/powerpc/platforms/85xx/smp.c
253
__pa(ppc_function_entry(generic_secondary_smp_init)));
arch/powerpc/platforms/powernv/smp.c
69
__pa(ppc_function_entry(generic_secondary_smp_init));
arch/powerpc/platforms/pseries/smp.c
91
__pa(ppc_function_entry(generic_secondary_smp_init));