Searched refs:PPC_BCC_SHORT (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit.h | 45 #define PPC_BCC_SHORT(cond, dest) \ macro 134 PPC_BCC_SHORT(cond, dest); \ 138 PPC_BCC_SHORT(cond ^ COND_CMP_TRUE, CTX_NIA(ctx) + 2*4); \
|
| H A D | bpf_jit_comp64.c | 651 PPC_BCC_SHORT(COND_GE, out); in bpf_jit_emit_tail_call() 665 PPC_BCC_SHORT(COND_EQ, out); in bpf_jit_emit_tail_call() 684 PPC_BCC_SHORT(COND_EQ, out); in bpf_jit_emit_tail_call() 823 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_emit_atomic_ops() 838 PPC_BCC_SHORT(COND_NE, *tmp_idx * 4); in bpf_jit_emit_atomic_ops() 1263 PPC_BCC_SHORT(COND_EQ, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1601 PPC_BCC_SHORT(COND_GT, (ctx->idx + 3) * 4); in bpf_jit_build_body()
|