Searched refs:build_body (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1904 static int build_body(struct bpf_verifier_env *env, struct jit_ctx *ctx, bool extra_pass) in build_body() function 2079 if (build_body(env, &ctx, extra_pass)) in bpf_int_jit_compile() 2127 if (build_body(env, &ctx, extra_pass)) in bpf_int_jit_compile() 2136 if (build_body(env, &ctx, extra_pass) || in bpf_int_jit_compile()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1446 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() function 2215 if (build_body(&ctx, extra_pass)) in bpf_int_jit_compile() 2253 if (build_body(&ctx, extra_pass)) in bpf_int_jit_compile()
|