Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Djump_label.c17 patch_branch(addr, jump_entry_target(entry), 0); in arch_jump_label_transform()
H A Dstatic_call.c28 err = patch_branch(tramp, target, 0); in arch_static_call_transform()
H A Dcrash_dump.c49 patch_branch(p + 1, addr + PHYSICAL_START, 0); in create_trampoline()
H A Doptprobes.c237 patch_branch(buff + TMPL_RET_IDX, nip, 0); in arch_prepare_optimized_kprobe()
/openbmc/linux/arch/powerpc/include/asm/
H 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()
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c295 if (patch_branch((u32 *)tramp, ptr, 0)) { in setup_mcount_compiler_tramp()
456 if (patch_branch(ip, tramp, BRANCH_SET_LINK)) { in __ftrace_make_call()
506 if (patch_branch(ip, tramp, BRANCH_SET_LINK)) { in __ftrace_make_call_kernel()
603 if (patch_branch((u32 *)ip, addr, BRANCH_SET_LINK)) { in __ftrace_modify_call()
630 if (patch_branch((u32 *)ip, tramp, BRANCH_SET_LINK)) { in __ftrace_modify_call()
/openbmc/linux/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c76 patch_branch(vector, target, BRANCH_SET_LINK); in smp_86xx_kick_cpu()
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c131 patch_branch(ibase + (exc / 4) + 1, addr, 0); in __patch_exception()
/openbmc/linux/arch/powerpc/lib/
H A Dcode-patching.c381 int patch_branch(u32 *addr, unsigned long target, int flags) in patch_branch() function
H A Dfeature-fixups.c172 patch_branch(dest + 1, (unsigned long)fallback, BRANCH_SET_LINK); in do_patch_entry_fixups()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dsmp.c815 patch_branch(vector, target, BRANCH_SET_LINK); in smp_core99_kick_cpu()