/arch/riscv/net/ |
D | bpf_jit_core.c | 16 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() 87 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile() 104 if (build_body(ctx, extra_pass, ctx->offset)) { in bpf_int_jit_compile() 149 if (build_body(ctx, extra_pass, NULL)) { in bpf_int_jit_compile() 165 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
|
D | bpf_jit_comp64.c | 124 static int emit_addr(u8 rd, u64 addr, bool extra_pass, struct rv_jit_context *ctx) in emit_addr() argument 131 if (extra_pass && !in_auipc_jalr_range(off)) { in emit_addr() 456 bool extra_pass) in bpf_jit_emit_insn() argument 869 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in bpf_jit_emit_insn() 908 ret = emit_addr(rd, imm64, extra_pass, ctx); in bpf_jit_emit_insn()
|
D | bpf_jit_comp32.c | 957 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()
|
D | bpf_jit.h | 990 bool extra_pass);
|
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 120 bool extra_pass = false; in bpf_int_jit_compile() local 152 extra_pass = true; in bpf_int_jit_compile() 209 if (extra_pass) { in bpf_int_jit_compile() 230 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, extra_pass)) { in bpf_int_jit_compile() 261 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
|
D | bpf_jit.h | 179 u32 *addrs, bool extra_pass);
|
D | bpf_jit_comp64.c | 300 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()
|
D | bpf_jit_comp32.c | 274 u32 *addrs, bool extra_pass) in bpf_jit_build_body() argument 874 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body()
|
/arch/arm64/net/ |
D | bpf_jit_comp.c | 426 bool extra_pass) in build_insn() argument 759 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() 1059 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile() 1091 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile() 1112 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile() 1113 if (extra_pass && ctx.idx != jit_data->ctx.idx) { in bpf_int_jit_compile() [all …]
|
/arch/s390/net/ |
D | bpf_jit_comp.c | 694 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()
|
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 1487 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()
|
/arch/x86/net/ |
D | bpf_jit_comp.c | 2258 bool extra_pass = false; in bpf_int_jit_compile() local 2295 extra_pass = true; in bpf_int_jit_compile() 2370 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile() 2387 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
|