Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c94 PPC_MTLR(0); in bpf_jit_build_epilogue()
423 PPC_MTLR(r_scratch1); in bpf_jit_build_body()
449 PPC_MTLR(r_scratch1); in bpf_jit_build_body()
Dbpf_jit.h96 #define PPC_MTLR(r) EMIT(PPC_INST_MTLR | ___PPC_RT(r)) macro