Lines Matching refs:extra_pass
426 bool extra_pass) in build_insn() argument
759 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn()
927 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() argument
947 ret = build_insn(insn, ctx, extra_pass); in build_body()
1004 bool extra_pass = false; in bpf_int_jit_compile() local
1035 extra_pass = true; in bpf_int_jit_compile()
1059 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1091 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1112 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1113 if (extra_pass && ctx.idx != jit_data->ctx.idx) { in bpf_int_jit_compile()
1132 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()