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

/arch/powerpc/kernel/
H A Djump_label.c21 patch_branch(addr, entry->target, 0);
H A Dcrash_dump.c51 patch_branch(++p, addr + PHYSICAL_START, 0);
H A Dftrace.c326 if (patch_branch(ip, rec->arch.mod->arch.tramp, BRANCH_SET_LINK)) {
/arch/powerpc/include/asm/
H A Dcode-patching.h29 int patch_branch(unsigned int *addr, unsigned long target, int flags);
/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c79 patch_branch(vector, target, BRANCH_SET_LINK);
/arch/powerpc/lib/
H A Dcode-patching.c30 int patch_branch(unsigned int *addr, unsigned long target, int flags) function
174 patch_branch(ibase + (exc / 4) + 1, addr, 0);
359 patch_branch(p, addr, 0);
368 patch_branch(p, addr, 0);
378 patch_branch(p, addr, 0);
388 patch_branch(p, addr, BRANCH_SET_LINK);
397 patch_branch(p, addr, 0);
/arch/powerpc/mm/
H A Dhash_utils_64.c643 patch_branch(ht64_call_hpte_insert1,
646 patch_branch(ht64_call_hpte_insert2,
649 patch_branch(ht64_call_hpte_remove,
652 patch_branch(ht64_call_hpte_updatepp,
657 patch_branch(htab_call_hpte_insert1,
660 patch_branch(htab_call_hpte_insert2,
663 patch_branch(htab_call_hpte_remove,
666 patch_branch(htab_call_hpte_updatepp,
/arch/ia64/include/asm/
H A Dparavirt.h127 void (*patch_branch)(unsigned long tag, unsigned long type); member in struct:pv_init_ops
/arch/ia64/kernel/
H A Dparavirt_patch.c472 if (pv_init_ops.patch_branch == NULL)
476 (*pv_init_ops.patch_branch)(p->tag, p->type);
H A Dparavirt.c57 .patch_branch = ia64_native_patch_branch,
/arch/powerpc/platforms/powermac/
H A Dsmp.c825 patch_branch(vector, target, BRANCH_SET_LINK);

Completed in 182 milliseconds