Searched refs:COND_NE (Results 1 – 4 of 4) sorted by relevance
| /arch/powerpc/net/ |
| A D | bpf_jit_comp32.c | 951 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 965 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1208 true_cond = COND_NE; in bpf_jit_build_body() 1214 true_cond = COND_NE; in bpf_jit_build_body() 1227 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1245 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1257 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1275 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1282 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1306 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() [all …]
|
| A D | bpf_jit.h | 144 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro
|
| A D | bpf_jit_comp64.c | 1040 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 1058 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1277 true_cond = COND_NE; in bpf_jit_build_body() 1283 true_cond = COND_NE; in bpf_jit_build_body()
|
| A D | bpf_jit_comp.c | 901 (unsigned long)&image[ctx->idx], COND_NE << 16)) { in __arch_prepare_bpf_trampoline()
|
Completed in 13 milliseconds