]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/net/bpf_jit.h
Merge tag 'doc-4.10-3' of git://git.lwn.net/linux
[karo-tx-linux.git] / arch / powerpc / net / bpf_jit.h
index d5301b6f20d0f4cbe70fe5416c4036c8e5773c86..89f70073dec8519d25632feca8f655ab84fcea2a 100644 (file)
@@ -40,6 +40,8 @@
 #define PPC_BLR()              EMIT(PPC_INST_BLR)
 #define PPC_BLRL()             EMIT(PPC_INST_BLRL)
 #define PPC_MTLR(r)            EMIT(PPC_INST_MTLR | ___PPC_RT(r))
+#define PPC_BCTR()             EMIT(PPC_INST_BCTR)
+#define PPC_MTCTR(r)           EMIT(PPC_INST_MTCTR | ___PPC_RT(r))
 #define PPC_ADDI(d, a, i)      EMIT(PPC_INST_ADDI | ___PPC_RT(d) |           \
                                     ___PPC_RA(a) | IMM_L(i))
 #define PPC_MR(d, a)           PPC_OR(d, a, a)