Lines Matching defs:image
26 int bpf_jit_emit_exit_insn(u32 *image, struct codegen_context *ctx, int tmp_reg, long exit_addr)
36 bpf_jit_build_epilogue(image, ctx);
45 u8 *image;
59 u8 *image = NULL;
100 image = jit_data->image;
159 bpf_hdr = bpf_jit_binary_alloc(alloclen, &image, 4, bpf_jit_fill_ill_insns);
166 fp->aux->extable = (void *)image + FUNCTION_DESCR_SIZE + proglen + fixup_len;
169 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE);
192 * rather than image, since opcodes are in code_base.
198 ((u64 *)image)[0] = (u64)code_base;
199 ((u64 *)image)[1] = local_paca->kernel_toc;
202 fp->bpf_func = (void *)image;
218 jit_data->image = image;
233 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx,
249 pc = (unsigned long)&image[insn_idx];