Lines Matching refs:extra_pass
1166 bool extra_pass) in build_insn() argument
1556 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn()
1848 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() argument
1867 ret = build_insn(insn, ctx, extra_pass); in build_body()
1966 bool extra_pass = false; in bpf_int_jit_compile() local
2020 extra_pass = true; in bpf_int_jit_compile()
2049 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
2101 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
2112 if (build_body(&ctx, extra_pass) || in bpf_int_jit_compile()
2134 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2139 if (extra_pass && ctx.idx > jit_data->ctx.idx) { in bpf_int_jit_compile()
2170 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()