Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcode-patching.h81 static inline unsigned long ppc_function_entry(void *func) in ppc_function_entry() function
126 /* All other cases there is no change vs ppc_function_entry() */ in ppc_global_function_entry()
127 return ppc_function_entry(func); in ppc_global_function_entry()
163 addr = ppc_function_entry((void *)addr); in ppc_kallsyms_lookup_name()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcode-patching.h131 static inline unsigned long ppc_function_entry(void *func) in ppc_function_entry() function
176 /* All other cases there is no change vs ppc_function_entry() */ in ppc_global_function_entry()
177 return ppc_function_entry(func); in ppc_global_function_entry()
213 addr = ppc_function_entry((void *)addr); in ppc_kallsyms_lookup_name()
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.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()
H A Dftrace.c294 new = ftrace_create_branch_inst(ip, ppc_function_entry(func), 1); in ftrace_update_ftrace_func()
301 new = ftrace_create_branch_inst(ip, ppc_function_entry(func), 1); in ftrace_update_ftrace_func()
426 parent_ip = ppc_function_entry(return_to_handler); in ftrace_graph_func()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dsmp.c71 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dsmp.c70 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
H A Dftrace.c49 addr = ppc_function_entry((void *)addr); in ftrace_call_replace()
94 addr = ppc_function_entry((void *)addr); in test_24bit_addr()
981 return_hooker = ppc_function_entry(return_to_handler);
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dsmp.c92 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dsmp.c91 __pa(ppc_function_entry(generic_secondary_smp_init)); in smp_startup_cpu()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dsmp.c68 __pa(ppc_function_entry(generic_secondary_smp_init)); in pnv_smp_kick_cpu()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dsmp.c68 __pa(ppc_function_entry(generic_secondary_smp_init)); in pnv_smp_kick_cpu()
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dcode-patching.c504 iptr = (struct ppc_inst *)ppc_function_entry(test_trampoline); in test_create_function_call()
505 dest = ppc_function_entry(test_create_function_call); in test_create_function_call()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dsmp.c253 __pa(ppc_function_entry(generic_secondary_smp_init))); in smp_85xx_start_cpu()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dkprobes.c62 addr = (kprobe_opcode_t *)ppc_function_entry(addr); in kprobe_lookup_name()
H A Dsetup_64.c479 *ptr = ppc_function_entry(generic_secondary_smp_init); in smp_release_cpus()
H A Dprocess.c1693 childregs->gpr[14] = ppc_function_entry((void *)usp); in copy_thread()
1766 kregs->nip = ppc_function_entry(f); in copy_thread()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup_64.c528 *ptr = ppc_function_entry(generic_secondary_smp_init); in smp_release_cpus()
H A Dkprobes.c64 addr = (kprobe_opcode_t *)ppc_function_entry(addr); in kprobe_lookup_name()
H A Dprocess.c1838 kregs->nip = ppc_function_entry(f); in copy_thread()
1845 kregs->gpr[14] = ppc_function_entry((void *)args->fn); in copy_thread()
/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit_comp64.c207 unsigned long func_addr = func ? ppc_function_entry((void *)func) : 0; in bpf_jit_emit_func_call_hlp()

Completed in 28 milliseconds