Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp.c93 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()
Dbpf_jit_comp64.c154 PPC_MTLR(0); in bpf_jit_emit_common_epilogue()
201 PPC_MTLR(12); in bpf_jit_emit_func_call()
Dbpf_jit.h42 #define PPC_MTLR(r) EMIT(PPC_INST_MTLR | ___PPC_RT(r)) macro