Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/net/
H A 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()
139 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile()
155 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
H A 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()
H A 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()
H A Dbpf_jit.h989 bool extra_pass);
/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c428 bool extra_pass) in build_insn() argument
766 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn()
923 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() argument
943 ret = build_insn(insn, ctx, extra_pass); in build_body()
1000 bool extra_pass = false; in bpf_int_jit_compile() local
1031 extra_pass = true; in bpf_int_jit_compile()
1055 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1087 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1108 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1109 if (extra_pass && ctx.idx != jit_data->ctx.idx) { in bpf_int_jit_compile()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/net/
H A Dbpf_jit_comp.c694 int i, bool extra_pass, u32 stack_depth) in bpf_jit_insn() argument
1275 ret = bpf_jit_get_func_addr(fp, insn, extra_pass, in bpf_jit_insn()
1653 bool extra_pass, u32 stack_depth) in bpf_jit_prog() argument
1666 insn_count = bpf_jit_insn(jit, fp, i, extra_pass, stack_depth); in bpf_jit_prog()
1738 bool extra_pass = false; in bpf_int_jit_compile() local
1769 extra_pass = true; in bpf_int_jit_compile()
1786 if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) { in bpf_int_jit_compile()
1800 if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) { in bpf_int_jit_compile()
1809 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1820 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp64.c319 u32 *addrs, bool extra_pass) in bpf_jit_build_body() argument
843 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body()
1167 bool extra_pass = false; in bpf_int_jit_compile() local
1199 extra_pass = true; in bpf_int_jit_compile()
1255 if (extra_pass) { in bpf_int_jit_compile()
1276 bpf_jit_build_body(fp, code_base, &cgctx, addrs, extra_pass); in bpf_int_jit_compile()
1303 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_64.c1476 bool extra_pass = false; in bpf_int_jit_compile() local
1508 extra_pass = true; in bpf_int_jit_compile()
1593 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1605 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c2017 bool extra_pass = false; in bpf_int_jit_compile() local
2053 extra_pass = true; in bpf_int_jit_compile()
2125 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2142 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c932 const struct bpf_insn *insn, bool extra_pass, in bpf_jit_get_func_addr() argument
945 if (!extra_pass) in bpf_jit_get_func_addr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h1019 const struct bpf_insn *insn, bool extra_pass,