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
1007
PPC_BCC_SHORT(COND_GT, (ctx->idx + 4) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1227
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1245
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1257
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1275
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1282
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1306
PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp32.c
1312
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
244
PPC_BCC_SHORT(COND_GE, out);
arch/powerpc/net/bpf_jit_comp32.c
253
PPC_BCC_SHORT(COND_GE, out);
arch/powerpc/net/bpf_jit_comp32.c
265
PPC_BCC_SHORT(COND_EQ, out);
arch/powerpc/net/bpf_jit_comp32.c
951
PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4);
arch/powerpc/net/bpf_jit_comp32.c
965
PPC_BCC_SHORT(COND_NE, tmp_idx);
arch/powerpc/net/bpf_jit_comp64.c
1213
PPC_BCC_SHORT(COND_EQ, (ctx->idx + 2) * 4);
arch/powerpc/net/bpf_jit_comp64.c
1551
PPC_BCC_SHORT(COND_GT, (ctx->idx + 3) * 4);
arch/powerpc/net/bpf_jit_comp64.c
601
PPC_BCC_SHORT(COND_GE, out);
arch/powerpc/net/bpf_jit_comp64.c
615
PPC_BCC_SHORT(COND_EQ, out);
arch/powerpc/net/bpf_jit_comp64.c
634
PPC_BCC_SHORT(COND_EQ, out);
arch/powerpc/net/bpf_jit_comp64.c
773
PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4);
arch/powerpc/net/bpf_jit_comp64.c
788
PPC_BCC_SHORT(COND_NE, *tmp_idx * 4);