Searched refs:ppc_function_entry (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dcode-patching.h132 static inline unsigned long ppc_function_entry(void *func) function
177 /* All other cases there is no change vs ppc_function_entry() */
178 return ppc_function_entry(func);
214 addr = ppc_function_entry((void *)addr);
/linux-master/arch/powerpc/platforms/cell/
H A Dsmp.c70 __pa(ppc_function_entry(generic_secondary_smp_init));
/linux-master/arch/powerpc/lib/
H A Dtest-code-patching.c118 iptr = (u32 *)ppc_function_entry(test_trampoline);
119 dest = ppc_function_entry(test_create_function_call);
338 u32 *iptr = (u32 *)ppc_function_entry(test_trampoline);
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.c306 new = ftrace_create_branch_inst(ip, ppc_function_entry(func), 1);
313 new = ftrace_create_branch_inst(ip, ppc_function_entry(func), 1);
438 parent_ip = ppc_function_entry(return_to_handler);
H A Dftrace_64_pg.c50 addr = ppc_function_entry((void *)addr);
91 addr = ppc_function_entry((void *)addr);
818 return_hooker = ppc_function_entry(return_to_handler);
/linux-master/arch/powerpc/platforms/pseries/
H A Dsmp.c91 __pa(ppc_function_entry(generic_secondary_smp_init));
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c183 inia = ppc_function_entry(fsl_secondary_thread_init);
253 __pa(ppc_function_entry(generic_secondary_smp_init)));
/linux-master/arch/powerpc/platforms/powernv/
H A Dsmp.c68 __pa(ppc_function_entry(generic_secondary_smp_init));
/linux-master/arch/powerpc/kernel/
H A Dkprobes.c64 addr = (kprobe_opcode_t *)ppc_function_entry(addr);
H A Dsetup_64.c528 *ptr = ppc_function_entry(generic_secondary_smp_init);
H A Dprocess.c1838 kregs->nip = ppc_function_entry(f);
1845 kregs->gpr[14] = ppc_function_entry((void *)args->fn);
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c207 unsigned long func_addr = func ? ppc_function_entry((void *)func) : 0;

Completed in 170 milliseconds