Searched refs:build_body (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_core.c | 19 static int build_body(struct rv_jit_context *ctx, bool extra_pass, int *offset) in build_body() function 79 if (build_body(ctx, extra_pass, NULL)) in bpf_int_jit_compile() 94 if (build_body(ctx, extra_pass, ctx->offset)) in bpf_int_jit_compile() 148 if (build_body(ctx, extra_pass, NULL)) in bpf_int_jit_compile()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2054 static int build_body(struct bpf_verifier_env *env, struct jit_ctx *ctx, bool extra_pass) in build_body() function 2238 if (build_body(env, &ctx, extra_pass)) in bpf_int_jit_compile() 2286 if (build_body(env, &ctx, extra_pass)) in bpf_int_jit_compile() 2295 if (build_body(env, &ctx, extra_pass) || in bpf_int_jit_compile()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1468 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() function 2237 if (build_body(&ctx, extra_pass)) in bpf_int_jit_compile() 2276 if (build_body(&ctx, extra_pass)) in bpf_int_jit_compile()
|