Lines Matching refs:target
97 * @target: Memory location for the compiled filter
106 u32 *target;
128 if ((ctx)->target != NULL) { \
129 u32 *p = &(ctx)->target[ctx->idx]; \
146 if (!ctx->target)
149 base_va = (unsigned long)ctx->target;
664 unsigned int target = 0;
1106 target = j_target(ctx, exit_idx);
1107 if (target == (unsigned int)-1)
1123 emit_instr(ctx, j, target);
1130 target = j_target(ctx, this_idx + insn->off + 1);
1131 if (target == (unsigned int)-1)
1147 emit_instr(ctx, j, target);
1289 target = j_target(ctx, this_idx + insn->off + 1);
1290 if (target == (unsigned int)-1)
1292 emit_instr(ctx, j, target);
1535 if (ctx->target == NULL)
1544 if (ctx->target == NULL)
1552 if (ctx->target == NULL)
1896 ctx.target = (u32 *)image_ptr;
1908 flush_icache_range((unsigned long)ctx.target,
1909 (unsigned long)&ctx.target[ctx.idx]);
1913 bpf_jit_dump(prog->len, image_size, 2, ctx.target);
1916 prog->bpf_func = (void *)ctx.target;