Searched refs:patch_branch_site (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/perf/
H A D8xx-pmu.c102 patch_branch_site(&patch__itlbmiss_exit_1, target, 0);
110 patch_branch_site(&patch__dtlbmiss_exit_1, target, 0);
/linux-master/arch/powerpc/kernel/
H A Dsecurity.c450 patch_branch_site(site, (u64)&kvm_flush_link_stack, BRANCH_SET_LINK);
451 patch_branch_site(site2, (u64)&kvm_flush_link_stack, BRANCH_SET_LINK);
479 patch_branch_site(site, (u64)&flush_branch_caches, BRANCH_SET_LINK);
/linux-master/arch/powerpc/include/asm/
H A Dcode-patching.h89 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) function

Completed in 142 milliseconds