Symbol: PPC_BCC_SHORT
arch/powerpc/net/bpf_jit.h
134
PPC_BCC_SHORT(cond, dest); \
arch/powerpc/net/bpf_jit.h
138
PPC_BCC_SHORT(cond ^ COND_CMP_TRUE, CTX_NIA(ctx) + 2*4); \
arch/powerpc/net/bpf_jit_comp32.c
1000
PPC_BCC_SHORT(COND_NE, tmp_idx);
arch/powerpc/net/bpf_jit_comp32.c
1042
PPC_BCC_SHORT(COND_GT, (ctx->idx + 4) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1262
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1280
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1292
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1310
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1317
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1341
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1347
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1376
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
279
PPC_BCC_SHORT(COND_GE, out);
arch/powerpc/net/bpf_jit_comp32.c
288
PPC_BCC_SHORT(COND_GE, out);
arch/powerpc/net/bpf_jit_comp32.c
300
PPC_BCC_SHORT(COND_EQ, out);
arch/powerpc/net/bpf_jit_comp32.c
986
PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4);
arch/powerpc/net/bpf_jit_comp64.c
1274
PPC_BCC_SHORT(COND_EQ, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp64.c
1612
PPC_BCC_SHORT(COND_GT, (ctx->idx + 3) * 4);
arch/powerpc/net/bpf_jit_comp64.c
662
PPC_BCC_SHORT(COND_GE, out);
arch/powerpc/net/bpf_jit_comp64.c
676
PPC_BCC_SHORT(COND_EQ, out);
arch/powerpc/net/bpf_jit_comp64.c
695
PPC_BCC_SHORT(COND_EQ, out);
arch/powerpc/net/bpf_jit_comp64.c
834
PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4);
arch/powerpc/net/bpf_jit_comp64.c
849
PPC_BCC_SHORT(COND_NE, *tmp_idx * 4);