Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcode-patching.h131 static inline unsigned long ppc_function_entry(void *func) in ppc_function_entry() function
177 return ppc_function_entry(func); in ppc_global_function_entry()
213 addr = ppc_function_entry((void *)addr); in ppc_kallsyms_lookup_name()
/linux-6.3-rc2/arch/powerpc/lib/
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-6.3-rc2/arch/powerpc/platforms/cell/
A Dsmp.c70 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/linux-6.3-rc2/arch/powerpc/kernel/trace/
A Dftrace.c45 addr = ppc_function_entry((void *)addr); in ftrace_call_replace()
86 addr = ppc_function_entry((void *)addr); in test_24bit_addr()
813 return_hooker = ppc_function_entry(return_to_handler); in __prepare_ftrace_return()
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dsmp.c91 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dsmp.c68 __pa(ppc_function_entry(generic_secondary_smp_init)); in pnv_smp_kick_cpu()
/linux-6.3-rc2/arch/powerpc/platforms/85xx/
A Dsmp.c253 __pa(ppc_function_entry(generic_secondary_smp_init))); in smp_85xx_start_cpu()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dkprobes.c64 addr = (kprobe_opcode_t *)ppc_function_entry(addr); in kprobe_lookup_name()
A Dsetup_64.c528 *ptr = ppc_function_entry(generic_secondary_smp_init); in smp_release_cpus()
A Dprocess.c1770 childregs->gpr[14] = ppc_function_entry((void *)args->fn); in copy_thread()
1858 kregs->nip = ppc_function_entry(f); in copy_thread()
/linux-6.3-rc2/arch/powerpc/net/
A Dbpf_jit_comp64.c205 unsigned long func_addr = func ? ppc_function_entry((void *)func) : 0; in bpf_jit_emit_func_call_hlp()

Completed in 16 milliseconds