Searched refs:PPC_RAW_MTCTR (Results 1 – 8 of 8) sorted by relevance
222 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()255 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()267 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()276 EMIT(PPC_RAW_MTCTR(bpf_to_ppc(TMP_REG_1))); in bpf_jit_emit_func_call_rel()286 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()355 EMIT(PPC_RAW_MTCTR(bpf_to_ppc(TMP_REG_1))); in bpf_jit_emit_tail_call()804 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_build_body()
90 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_build_fentry_stubs()514 EMIT(PPC_RAW_MTCTR(_R12)); in invoke_bpf_prog()868 EMIT(PPC_RAW_MTCTR(_R3)); in __arch_prepare_bpf_trampoline()952 EMIT(PPC_RAW_MTCTR(_R0)); in __arch_prepare_bpf_trampoline()
219 EMIT(PPC_RAW_MTCTR(_R0)); in bpf_jit_emit_func_call_rel()270 EMIT(PPC_RAW_MTCTR(_R3)); in bpf_jit_emit_tail_call()
181 if (patch_instruction(&entry->jump[2], ppc_inst(PPC_RAW_MTCTR(_R12)))) in do_plt_call()308 if (ppc_inst_val(jmp[2]) != PPC_RAW_MTCTR(_R12)) in module_trampoline_target()
153 PPC_RAW_MTCTR(_R12),507 PPC_RAW_MTCTR(_R12),513 PPC_RAW_MTCTR(_R12),
596 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()602 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()607 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
722 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
499 #define PPC_RAW_MTCTR(r) (0x7c0903a6 | ___PPC_RT(r)) macro