Lines Matching defs:image
125 void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx)
176 static void bpf_jit_emit_common_epilogue(u32 *image, struct codegen_context *ctx)
195 void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx)
197 bpf_jit_emit_common_epilogue(image, ctx);
205 static int bpf_jit_emit_func_call_hlp(u32 *image, struct codegen_context *ctx, u64 func)
243 int bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func)
266 if (!image)
276 static int bpf_jit_emit_tail_call(u32 *image, struct codegen_context *ctx, u32 out)
333 bpf_jit_emit_common_epilogue(image, ctx);
364 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, struct codegen_context *ctx,
943 ret = bpf_add_extable_entry(fp, image, pass, ctx, ctx->idx - 1,
960 if (!image)
977 ret = bpf_jit_emit_exit_insn(image, ctx, tmp1_reg, exit_addr);
996 ret = bpf_jit_emit_func_call_hlp(image, ctx, func_addr);
998 ret = bpf_jit_emit_func_call_rel(image, ctx, func_addr);
1207 ret = bpf_jit_emit_tail_call(image, ctx, addrs[i + 1]);