Home
last modified time | relevance | path

Searched refs:extra_pass (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/arm64/net/
Dbpf_jit_comp.c343 bool extra_pass) in build_insn() argument
642 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn()
778 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() argument
787 ret = build_insn(insn, ctx, extra_pass); in build_body()
835 bool extra_pass = false; in bpf_int_jit_compile() local
867 extra_pass = true; in bpf_int_jit_compile()
883 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
913 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
934 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
935 if (extra_pass && ctx.idx != jit_data->ctx.idx) { in bpf_int_jit_compile()
[all …]
/Linux-v5.4/arch/s390/net/
Dbpf_jit_comp.c506 int i, bool extra_pass) in bpf_jit_insn() argument
1019 ret = bpf_jit_get_func_addr(fp, insn, extra_pass, in bpf_jit_insn()
1292 bool extra_pass) in bpf_jit_prog() argument
1301 insn_count = bpf_jit_insn(jit, fp, i, extra_pass); in bpf_jit_prog()
1335 bool extra_pass = false; in bpf_int_jit_compile() local
1366 extra_pass = true; in bpf_int_jit_compile()
1383 if (bpf_jit_prog(&jit, fp, extra_pass)) { in bpf_int_jit_compile()
1402 if (bpf_jit_prog(&jit, fp, extra_pass)) { in bpf_int_jit_compile()
1411 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1422 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/arch/powerpc/net/
Dbpf_jit_comp64.c294 u32 *addrs, bool extra_pass) in bpf_jit_build_body() argument
768 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body()
1090 bool extra_pass = false; in bpf_int_jit_compile() local
1122 extra_pass = true; in bpf_int_jit_compile()
1178 if (extra_pass) { in bpf_int_jit_compile()
1199 bpf_jit_build_body(fp, code_base, &cgctx, addrs, extra_pass); in bpf_int_jit_compile()
1226 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c730 bool extra_pass) in emit_insn() argument
1214 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, &addr, in emit_insn()
1508 static int build_body(struct rv_jit_context *ctx, bool extra_pass) in build_body() argument
1517 ret = emit_insn(insn, ctx, extra_pass); in build_body()
1549 bool tmp_blinded = false, extra_pass = false; in bpf_int_jit_compile() local
1579 extra_pass = true; in bpf_int_jit_compile()
1592 if (build_body(ctx, extra_pass)) { in bpf_int_jit_compile()
1616 if (build_body(ctx, extra_pass)) { in bpf_int_jit_compile()
1632 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/arch/x86/net/
Dbpf_jit_comp.c1070 bool extra_pass = false; in bpf_int_jit_compile() local
1106 extra_pass = true; in bpf_int_jit_compile()
1166 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1182 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/arch/sparc/net/
Dbpf_jit_comp_64.c1473 bool extra_pass = false; in bpf_int_jit_compile() local
1505 extra_pass = true; in bpf_int_jit_compile()
1590 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1602 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.4/kernel/bpf/
Dcore.c858 const struct bpf_insn *insn, bool extra_pass, in bpf_jit_get_func_addr() argument
871 if (!extra_pass) in bpf_jit_get_func_addr()
/Linux-v5.4/include/linux/
Dfilter.h950 const struct bpf_insn *insn, bool extra_pass,