Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c113 PPC_MTLR(0); in bpf_jit_build_epilogue()
408 PPC_MTLR(r_scratch1); in bpf_jit_build_body()
434 PPC_MTLR(r_scratch1); in bpf_jit_build_body()
Dbpf_jit.h78 #define PPC_MTLR(r) EMIT(PPC_INST_MTLR | __PPC_RT(r)) macro