Home
last modified time | relevance | path

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

/Linux-v5.10/arch/riscv/net/
Dbpf_jit_core.c16 static int build_body(struct rv_jit_context *ctx, bool extra_pass, int *offset) in build_body() argument
25 ret = bpf_jit_emit_insn(insn, ctx, extra_pass); in build_body()
44 bool tmp_blinded = false, extra_pass = false; in bpf_int_jit_compile() local
75 extra_pass = true; in bpf_int_jit_compile()
94 if (build_body(ctx, extra_pass, ctx->offset)) { in bpf_int_jit_compile()
138 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile()
154 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
Dbpf_jit_comp64.c444 bool extra_pass) in bpf_jit_emit_insn() argument
857 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, &addr, in bpf_jit_emit_insn()
Dbpf_jit_comp32.c957 bool extra_pass) in bpf_jit_emit_insn() argument
1144 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, &addr, in bpf_jit_emit_insn()
Dbpf_jit.h989 bool extra_pass);
/Linux-v5.10/arch/arm64/net/
Dbpf_jit_comp.c427 bool extra_pass) in build_insn() argument
765 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn()
909 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() argument
929 ret = build_insn(insn, ctx, extra_pass); in build_body()
986 bool extra_pass = false; in bpf_int_jit_compile() local
1017 extra_pass = true; in bpf_int_jit_compile()
1033 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1070 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1091 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1092 if (extra_pass && ctx.idx != jit_data->ctx.idx) { in bpf_int_jit_compile()
[all …]
/Linux-v5.10/arch/s390/net/
Dbpf_jit_comp.c695 int i, bool extra_pass, u32 stack_depth) in bpf_jit_insn() argument
1264 ret = bpf_jit_get_func_addr(fp, insn, extra_pass, in bpf_jit_insn()
1642 bool extra_pass, u32 stack_depth) in bpf_jit_prog() argument
1655 insn_count = bpf_jit_insn(jit, fp, i, extra_pass, stack_depth); in bpf_jit_prog()
1727 bool extra_pass = false; in bpf_int_jit_compile() local
1758 extra_pass = true; in bpf_int_jit_compile()
1775 if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) { in bpf_int_jit_compile()
1789 if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) { in bpf_int_jit_compile()
1798 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1809 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.10/arch/powerpc/net/
Dbpf_jit_comp64.c294 u32 *addrs, bool extra_pass) in bpf_jit_build_body() argument
770 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body()
1092 bool extra_pass = false; in bpf_int_jit_compile() local
1124 extra_pass = true; in bpf_int_jit_compile()
1180 if (extra_pass) { in bpf_int_jit_compile()
1201 bpf_jit_build_body(fp, code_base, &cgctx, addrs, extra_pass); in bpf_int_jit_compile()
1228 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.10/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.10/arch/x86/net/
Dbpf_jit_comp.c1983 bool extra_pass = false; in bpf_int_jit_compile() local
2019 extra_pass = true; in bpf_int_jit_compile()
2091 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2108 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/Linux-v5.10/kernel/bpf/
Dcore.c922 const struct bpf_insn *insn, bool extra_pass, in bpf_jit_get_func_addr() argument
935 if (!extra_pass) in bpf_jit_get_func_addr()
/Linux-v5.10/include/linux/
Dfilter.h1003 const struct bpf_insn *insn, bool extra_pass,