Searched refs:jit_index (Results 1 – 2 of 2) sorted by relevance
172 unsigned long pc = (unsigned long)&ctx->target[ctx->jit_index]; in get_target()188 ctx->jit_index - 1) * sizeof(u32); in get_offset()862 ctx->changes += INDEX(*descp) != ctx->jit_index; in build_body()864 *descp |= ctx->jit_index; in build_body()874 descp[1] = ctx->jit_index; in build_body()879 ctx->descriptors[prog->len] = ctx->jit_index; in build_body()963 ctx.jit_index = 0; in bpf_int_jit_compile()965 tmp_idx = ctx.jit_index; in bpf_int_jit_compile()969 ctx.jit_index = tmp_idx; in bpf_int_jit_compile()983 image_size = sizeof(u32) * ctx.jit_index; in bpf_int_jit_compile()[all …]
80 u32 jit_index; /* Index of current JIT target insn */ member93 u32 *p = &(ctx)->target[ctx->jit_index]; \96 (ctx)->jit_index++; \