| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 715 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx, bool extra_pass) in build_insn() 1178 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn() 1474 static int build_body(struct jit_ctx *ctx, bool extra_pass) 1486 ret = build_insn(insn, ctx, extra_pass); in validate_code() 2199 bool extra_pass = false; in bpf_int_jit_compile() 2227 extra_pass = true; in bpf_int_jit_compile() 2243 if (build_body(&ctx, extra_pass)) in bpf_int_jit_compile() 2281 if (build_body(&ctx, extra_pass)) in bpf_int_jit_compile() 2293 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile() 2294 if (extra_pass in bpf_int_jit_compile() 700 build_insn(const struct bpf_insn * insn,struct jit_ctx * ctx,bool extra_pass) build_insn() argument 1446 build_body(struct jit_ctx * ctx,bool extra_pass) build_body() argument 2171 bool extra_pass = false; bpf_int_jit_compile() local [all...] |
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 180 bool extra_pass = false; in bpf_int_jit_compile() local 229 extra_pass = true; in bpf_int_jit_compile() 316 extra_pass)) { in bpf_int_jit_compile() 341 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile() 350 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile() 380 if (extra_pass) { in bpf_int_jit_compile()
|
| H A D | bpf_jit.h | 215 u32 *addrs, int pass, bool extra_pass);
|
| H A D | bpf_jit_comp64.c | 968 u32 *addrs, int pass, bool extra_pass) in bpf_jit_build_body() 1764 ret = bpf_jit_get_func_addr(fp, &insn[i], extra_pass, in bpf_jit_build_body() 957 bpf_jit_build_body(struct bpf_prog * fp,u32 * image,u32 * fimage,struct codegen_context * ctx,u32 * addrs,int pass,bool extra_pass) bpf_jit_build_body() argument
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1254 struct jit_ctx *ctx, bool extra_pass) in build_insn() 1652 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn() 1978 static int build_body(struct bpf_verifier_env *env, struct jit_ctx *ctx, bool extra_pass) in priv_stack_init_guard() 1997 ret = build_insn(env, insn, ctx, extra_pass); in priv_stack_check_guard() 2089 bool extra_pass = false; in bpf_int_jit_compile() 2129 extra_pass = true; in bpf_int_jit_compile() 2162 if (build_body(env, &ctx, extra_pass)) in bpf_int_jit_compile() 2210 if (build_body(env, &ctx, extra_pass)) in bpf_int_jit_compile() 2219 if (build_body(env, &ctx, extra_pass) || in bpf_int_jit_compile() 2237 if (!prog->is_func || extra_pass) { in bpf_arch_text_copy() 1201 build_insn(const struct bpf_verifier_env * env,const struct bpf_insn * insn,struct jit_ctx * ctx,bool extra_pass) build_insn() argument 1904 build_body(struct bpf_verifier_env * env,struct jit_ctx * ctx,bool extra_pass) build_body() argument 2015 bool extra_pass = false; bpf_int_jit_compile() local [all...] |
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 166 static int emit_addr(u8 rd, u64 addr, bool extra_pass, struct rv_jit_context *ctx) in emit_addr() argument 177 if (extra_pass && !in_auipc_jalr_range(off)) { in emit_addr() 1370 bool extra_pass) in bpf_jit_emit_insn() argument 1402 emit_addr(RV_REG_T2, (u64)&__per_cpu_offset, extra_pass, ctx); in bpf_jit_emit_insn() 1819 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in bpf_jit_emit_insn() 1874 ret = emit_addr(rd, imm64, extra_pass, ctx); in bpf_jit_emit_insn()
|
| H A D | bpf_jit_comp32.c | 954 bool extra_pass) in bpf_jit_emit_insn() argument 1141 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, &addr, in bpf_jit_emit_insn()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3860 bool extra_pass = false; in bpf_int_jit_compile() 3901 extra_pass = true; in bpf_int_jit_compile() 3939 if (extra_pass) { in bpf_jit_free() 3981 if (!prog->is_func || extra_pass) { in arch_bpf_stack_walk() 4025 if (!image || !prog->is_func || extra_pass) { in bpf_arch_poke_desc_update() 3727 bool extra_pass = false; bpf_int_jit_compile() local
|
| /linux/arch/parisc/net/ |
| H A D | bpf_jit.h | 477 bool extra_pass);
|
| H A D | bpf_jit_comp64.c | 593 bool extra_pass) in bpf_jit_emit_insn() argument 973 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in bpf_jit_emit_insn()
|
| H A D | bpf_jit_comp32.c | 1117 bool extra_pass) in bpf_jit_emit_insn() argument 1310 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, &addr, in bpf_jit_emit_insn()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1247 const struct bpf_insn *insn, bool extra_pass, in bpf_jit_get_func_addr() argument 1261 if (!extra_pass) in bpf_jit_get_func_addr()
|
| /linux/include/linux/ |
| H A D | filter.h | 1355 const struct bpf_insn *insn, bool extra_pass,
|