Searched refs:build_body (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit_core.c19 static int build_body(struct rv_jit_context *ctx, bool extra_pass, int *offset) function
90 if (build_body(ctx, extra_pass, NULL)) {
107 if (build_body(ctx, extra_pass, ctx->offset)) {
165 if (build_body(ctx, extra_pass, NULL)) {
/linux-master/arch/parisc/net/
H A Dbpf_jit_core.c16 static int build_body(struct hppa_jit_context *ctx, bool extra_pass, int *offset) function
96 if (build_body(ctx, extra_pass, ctx->offset)) {
149 if (build_body(ctx, extra_pass, NULL)) {
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c850 static int build_body(struct jit_context *ctx) function
955 if (build_body(&ctx) < 0)
977 if (build_body(&ctx) < 0)
1006 if (build_body(&ctx) < 0)
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c209 /* initialized on the first pass of build_body() */
1124 static int build_body(struct jit_ctx *ctx, bool extra_pass) function
1241 if (build_body(&ctx, extra_pass)) {
1275 if (build_body(&ctx, extra_pass)) {
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c1438 static int build_body(struct jit_ctx *ctx) function
1546 if (build_body(&ctx)) {
1583 if (build_body(&ctx)) {
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c417 static int out_offset = -1; /* initialized on the first pass of build_body() */
1509 static int build_body(struct jit_ctx *ctx, bool extra_pass) function
1656 if (build_body(&ctx, extra_pass)) {
1701 if (build_body(&ctx, extra_pass)) {
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c1392 static int out_offset = -1; /* initialized on the first pass of build_body() */
2099 static int build_body(struct jit_ctx *ctx) function
2197 if (build_body(&ctx)) {
2255 if (build_body(&ctx) < 0) {

Completed in 141 milliseconds