Searched refs:COND_NE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 889 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 903 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1121 true_cond = COND_NE; in bpf_jit_build_body() 1127 true_cond = COND_NE; in bpf_jit_build_body() 1140 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1158 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1170 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1188 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1195 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1219 PPC_BCC_SHORT(COND_NE, (ct in bpf_jit_build_body() [all...] |
H A D | bpf_jit.h | 117 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro
|
H A D | bpf_jit_comp64.c | 847 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 865 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1064 true_cond = COND_NE; in bpf_jit_build_body() 1070 true_cond = COND_NE; in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit.h | 116 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro
|
H A D | bpf_jit_comp.c | 176 PPC_BCC_SHORT(COND_NE, (ctx->idx*4)+12); in bpf_jit_build_body() 354 PPC_BCC_SHORT(COND_NE, ctx->idx * 4 + 12); in bpf_jit_build_body() 477 true_cond = COND_NE; in bpf_jit_build_body()
|
H A D | bpf_jit_comp64.c | 773 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 782 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 913 true_cond = COND_NE; in bpf_jit_build_body() 919 true_cond = COND_NE; in bpf_jit_build_body()
|
Completed in 6 milliseconds