Searched refs:PPC_RAW_BLR (Results 1 – 7 of 7) sorted by relevance
20 err = patch_instruction(site, ppc_inst(PPC_RAW_BLR())); in arch_static_call_transform()48 err = patch_instruction(tramp, ppc_inst(PPC_RAW_BLR())); in arch_static_call_transform()
484 ppc_inst(PPC_RAW_BLR())); in update_branch_cache_flush()489 ppc_inst(PPC_RAW_BLR())); in update_branch_cache_flush()
942 EMIT(PPC_RAW_BLR()); in __arch_prepare_bpf_trampoline()949 EMIT(PPC_RAW_BLR()); in __arch_prepare_bpf_trampoline()
205 EMIT(PPC_RAW_BLR()); in bpf_jit_build_epilogue()
203 EMIT(PPC_RAW_BLR()); in bpf_jit_build_epilogue()
330 instrs[3] = PPC_RAW_BLR(); in do_uaccess_flush_fixups()
493 #define PPC_RAW_BLR() (0x4e800020) macro