Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
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()
45 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()
146 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile()
162 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
A Dbpf_jit_comp64.c525 bool extra_pass) in bpf_jit_emit_insn() argument
938 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, &addr, in bpf_jit_emit_insn()
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()
A Dbpf_jit.h990 bool extra_pass);
/linux/arch/powerpc/net/
A Dbpf_jit_comp.c103 bool extra_pass = false; in bpf_int_jit_compile() local
135 extra_pass = true; in bpf_int_jit_compile()
192 if (extra_pass) { in bpf_int_jit_compile()
213 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, extra_pass)) { in bpf_int_jit_compile()
244 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
A Dbpf_jit.h179 u32 *addrs, bool extra_pass);
A Dbpf_jit_comp64.c300 u32 *addrs, bool extra_pass) in bpf_jit_build_body() argument
834 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body()
A Dbpf_jit_comp32.c271 u32 *addrs, bool extra_pass) in bpf_jit_build_body() argument
865 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body()
/linux/arch/arm64/net/
A Dbpf_jit_comp.c429 bool extra_pass) in build_insn() argument
762 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()
1051 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1088 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1109 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1110 if (extra_pass && ctx.idx != jit_data->ctx.idx) { in bpf_int_jit_compile()
[all …]
/linux/arch/s390/net/
A Dbpf_jit_comp.c694 int i, bool extra_pass, u32 stack_depth) in bpf_jit_insn() argument
1326 ret = bpf_jit_get_func_addr(fp, insn, extra_pass, in bpf_jit_insn()
1704 bool extra_pass, u32 stack_depth) in bpf_jit_prog() argument
1717 insn_count = bpf_jit_insn(jit, fp, i, extra_pass, stack_depth); in bpf_jit_prog()
1789 bool extra_pass = false; in bpf_int_jit_compile() local
1820 extra_pass = true; in bpf_int_jit_compile()
1837 if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) { in bpf_int_jit_compile()
1851 if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) { in bpf_int_jit_compile()
1860 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1871 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/sparc/net/
A Dbpf_jit_comp_64.c1487 bool extra_pass = false; in bpf_int_jit_compile() local
1519 extra_pass = true; in bpf_int_jit_compile()
1604 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1616 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/x86/net/
A Dbpf_jit_comp.c2241 bool extra_pass = false; in bpf_int_jit_compile() local
2278 extra_pass = true; in bpf_int_jit_compile()
2353 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2370 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/kernel/bpf/
A Dcore.c930 const struct bpf_insn *insn, bool extra_pass, in bpf_jit_get_func_addr() argument
943 if (!extra_pass) in bpf_jit_get_func_addr()
/linux/include/linux/
A Dfilter.h1071 const struct bpf_insn *insn, bool extra_pass,

Completed in 46 milliseconds