Searched refs:build_body (Results 1 – 7 of 7) 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 91 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile() 108 if (build_body(ctx, extra_pass, ctx->offset)) { in bpf_int_jit_compile() 166 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile()
|
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_core.c | 16 static int build_body(struct hppa_jit_context *ctx, bool extra_pass, int *offset) in build_body() function 96 if (build_body(ctx, extra_pass, ctx->offset)) { in bpf_int_jit_compile() 149 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile()
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp.c | 850 static int build_body(struct jit_context *ctx) in build_body() function 955 if (build_body(&ctx) < 0) in bpf_int_jit_compile() 977 if (build_body(&ctx) < 0) in bpf_int_jit_compile() 1006 if (build_body(&ctx) < 0) in bpf_int_jit_compile()
|
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_64.c | 1438 static int build_body(struct jit_ctx *ctx) in build_body() function 1546 if (build_body(&ctx)) { in bpf_int_jit_compile() 1583 if (build_body(&ctx)) { in bpf_int_jit_compile()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1902 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() function 2103 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile() 2155 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile() 2166 if (build_body(&ctx, extra_pass) || in bpf_int_jit_compile()
|
| /linux/arch/arm/net/ |
| H A D | bpf_jit_32.c | 2099 static int build_body(struct jit_ctx *ctx) in build_body() function 2197 if (build_body(&ctx)) { in bpf_int_jit_compile() 2255 if (build_body(&ctx) < 0) in bpf_int_jit_compile()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1278 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() function 1988 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile() 2030 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
|