Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dcode-patching.h133 static inline unsigned long ppc_function_entry(void *func) in ppc_function_entry() function
179 return ppc_function_entry(func); in ppc_global_function_entry()
215 addr = ppc_function_entry((void *)addr); in ppc_kallsyms_lookup_name()
/Linux-v6.1/arch/powerpc/lib/
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-v6.1/arch/powerpc/platforms/cell/
Dsmp.c70 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/Linux-v6.1/arch/powerpc/kernel/trace/
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-v6.1/arch/powerpc/platforms/pseries/
Dsmp.c91 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dsmp.c68 __pa(ppc_function_entry(generic_secondary_smp_init)); in pnv_smp_kick_cpu()
/Linux-v6.1/arch/powerpc/platforms/85xx/
Dsmp.c253 __pa(ppc_function_entry(generic_secondary_smp_init))); in smp_85xx_start_cpu()
/Linux-v6.1/arch/powerpc/kernel/
Dkprobes.c64 addr = (kprobe_opcode_t *)ppc_function_entry(addr); in kprobe_lookup_name()
Dsetup_64.c524 *ptr = ppc_function_entry(generic_secondary_smp_init); in smp_release_cpus()
Dprocess.c1738 childregs->gpr[14] = ppc_function_entry((void *)args->fn); in copy_thread()
1825 kregs->nip = ppc_function_entry(f); in copy_thread()
/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp64.c205 unsigned long func_addr = func ? ppc_function_entry((void *)func) : 0; in bpf_jit_emit_func_call_hlp()