Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dcode-patching.h169 static inline unsigned long ppc_function_entry(void *func) in ppc_function_entry() function
215 return ppc_function_entry(func); in ppc_global_function_entry()
251 addr = ppc_function_entry((void *)addr); in ppc_kallsyms_lookup_name()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c306 new = ftrace_create_branch_inst(ip, ppc_function_entry(func), 1); in ftrace_update_ftrace_func()
313 new = ftrace_create_branch_inst(ip, ppc_function_entry(func), 1); in ftrace_update_ftrace_func()
438 parent_ip = ppc_function_entry(return_to_handler); in ftrace_graph_func()
H A Dftrace_64_pg.c50 addr = ppc_function_entry((void *)addr); in ftrace_call_replace()
91 addr = ppc_function_entry((void *)addr); in test_24bit_addr()
818 return_hooker = ppc_function_entry(return_to_handler); in __prepare_ftrace_return()
/linux/arch/powerpc/platforms/85xx/
H A Dsmp.c183 inia = ppc_function_entry(fsl_secondary_thread_init); in wake_hw_thread()
253 __pa(ppc_function_entry(generic_secondary_smp_init))); in smp_85xx_start_cpu()
/linux/arch/powerpc/platforms/cell/
H A Dsmp.c71 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/linux/arch/powerpc/lib/
H A Dtest-code-patching.c118 iptr = (u32 *)ppc_function_entry(test_trampoline); in test_create_function_call()
119 dest = ppc_function_entry(test_create_function_call); in test_create_function_call()
338 u32 *iptr = (u32 *)ppc_function_entry(test_trampoline); in test_prefixed_patching()
/linux/arch/powerpc/platforms/pseries/
H A Dsmp.c91 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c68 __pa(ppc_function_entry(generic_secondary_smp_init)); in pnv_smp_kick_cpu()
/linux/arch/powerpc/kernel/
H A Dkprobes.c64 addr = (kprobe_opcode_t *)ppc_function_entry(addr); in kprobe_lookup_name()
H A Dsetup_64.c528 *ptr = ppc_function_entry(generic_secondary_smp_init); in smp_release_cpus()
H A Dprocess.c1850 kregs->nip = ppc_function_entry(f); in copy_thread()
1857 kregs->gpr[14] = ppc_function_entry((void *)args->fn); in copy_thread()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c208 unsigned long func_addr = func ? ppc_function_entry((void *)func) : 0; in bpf_jit_emit_func_call_hlp()