Searched refs:PPC_MTLR (Results 1 – 3 of 3) sorted by relevance
93 PPC_MTLR(0); in bpf_jit_build_epilogue()422 PPC_MTLR(r_scratch1); in bpf_jit_build_body()448 PPC_MTLR(r_scratch1); in bpf_jit_build_body()
154 PPC_MTLR(0); in bpf_jit_emit_common_epilogue()201 PPC_MTLR(12); in bpf_jit_emit_func_call()
42 #define PPC_MTLR(r) EMIT(PPC_INST_MTLR | ___PPC_RT(r)) macro