Home
last modified time | relevance | path

Searched refs:PPC_MTLR (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/net/
Dbpf_jit_comp.c89 PPC_MTLR(0); in bpf_jit_build_epilogue()
417 PPC_MTLR(r_scratch1); in bpf_jit_build_body()
443 PPC_MTLR(r_scratch1); in bpf_jit_build_body()
Dbpf_jit_comp64.c150 PPC_MTLR(0); in bpf_jit_emit_common_epilogue()
174 PPC_MTLR(b2p[TMP_REG_1]); in bpf_jit_emit_func_call_hlp()
185 PPC_MTLR(12); in bpf_jit_emit_func_call_hlp()
223 PPC_MTLR(12); in bpf_jit_emit_func_call_rel()
Dbpf_jit.h38 #define PPC_MTLR(r) EMIT(PPC_INST_MTLR | ___PPC_RT(r)) macro