Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcode-patching.h74 int patch_branch(u32 *addr, unsigned long target, int flags);
90 return patch_branch((u32 *)patch_site_addr(site), target, flags); in patch_branch_site()
/linux-6.3-rc2/arch/powerpc/kernel/trace/
A Dftrace.c290 if (patch_branch((u32 *)tramp, ptr, 0)) { in setup_mcount_compiler_tramp()
451 if (patch_branch(ip, tramp, BRANCH_SET_LINK)) { in __ftrace_make_call()
501 if (patch_branch(ip, tramp, BRANCH_SET_LINK)) { in __ftrace_make_call_kernel()
598 if (patch_branch((u32 *)ip, addr, BRANCH_SET_LINK)) { in __ftrace_modify_call()
625 if (patch_branch((u32 *)ip, tramp, BRANCH_SET_LINK)) { in __ftrace_modify_call()
/linux-6.3-rc2/arch/powerpc/kernel/
A Djump_label.c17 patch_branch(addr, jump_entry_target(entry), 0); in arch_jump_label_transform()
A Dstatic_call.c28 err = patch_branch(tramp, target, 0); in arch_static_call_transform()
A Dcrash_dump.c49 patch_branch(p + 1, addr + PHYSICAL_START, 0); in create_trampoline()
A Doptprobes.c237 patch_branch(buff + TMPL_RET_IDX, nip, 0); in arch_prepare_optimized_kprobe()
/linux-6.3-rc2/arch/powerpc/platforms/86xx/
A Dmpc86xx_smp.c76 patch_branch(vector, target, BRANCH_SET_LINK); in smp_86xx_kick_cpu()
/linux-6.3-rc2/arch/powerpc/mm/nohash/
A Dbook3e_pgtable.c131 patch_branch(ibase + (exc / 4) + 1, addr, 0); in __patch_exception()
/linux-6.3-rc2/arch/powerpc/lib/
A Dcode-patching.c381 int patch_branch(u32 *addr, unsigned long target, int flags) in patch_branch() function
A Dfeature-fixups.c165 patch_branch(dest + 1, (unsigned long)fallback, BRANCH_SET_LINK); in do_patch_entry_fixups()
/linux-6.3-rc2/arch/powerpc/platforms/powermac/
A Dsmp.c815 patch_branch(vector, target, BRANCH_SET_LINK); in smp_core99_kick_cpu()

Completed in 12 milliseconds