Lines Matching defs:image
61 __le32 *image;
67 if (ctx->image != NULL)
68 ctx->image[ctx->idx] = cpu_to_le32(insn);
382 if (!ctx->image)
394 pc = (unsigned long)&ctx->image[ctx->idx - 1];
940 if (ctx->image == NULL)
945 if (ctx->image == NULL)
957 if (ctx->image == NULL)
968 u32 a64_insn = le32_to_cpu(ctx->image[i]);
987 u8 *image;
1028 image_ptr = jit_data->image;
1047 * instruction[i] in jited image, so build prologue first.
1065 /* Now we know the actual image size. */
1077 ctx.image = (__le32 *)image_ptr;
1103 bpf_jit_dump(prog->len, prog_size, 2, ctx.image);
1105 bpf_flush_icache(header, ctx.image + ctx.idx);
1120 jit_data->image = image_ptr;
1123 prog->bpf_func = (void *)ctx.image;