Searched refs:COND_NE (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp32.c | 952 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 966 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1214 true_cond = COND_NE; in bpf_jit_build_body() 1220 true_cond = COND_NE; in bpf_jit_build_body() 1233 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1251 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1263 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1281 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1288 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1312 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() [all …]
|
| H A D | bpf_jit.h | 130 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro
|
| H A D | bpf_jit_comp64.c | 913 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 931 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1155 true_cond = COND_NE; in bpf_jit_build_body() 1161 true_cond = COND_NE; in bpf_jit_build_body()
|
| H A D | bpf_jit_comp.c | 899 (unsigned long)&image[ctx->idx], COND_NE << 16)) { in __arch_prepare_bpf_trampoline()
|