Lines Matching refs:jit_index
172 unsigned long pc = (unsigned long)&ctx->target[ctx->jit_index]; in get_target()
188 ctx->jit_index - 1) * sizeof(u32); in get_offset()
866 ctx->changes += INDEX(*descp) != ctx->jit_index; in build_body()
868 *descp |= ctx->jit_index; in build_body()
878 descp[1] = ctx->jit_index; in build_body()
883 ctx->descriptors[prog->len] = ctx->jit_index; in build_body()
967 ctx.jit_index = 0; in bpf_int_jit_compile()
969 tmp_idx = ctx.jit_index; in bpf_int_jit_compile()
973 ctx.jit_index = tmp_idx; in bpf_int_jit_compile()
987 image_size = sizeof(u32) * ctx.jit_index; in bpf_int_jit_compile()
999 ctx.jit_index = 0; in bpf_int_jit_compile()
1017 (unsigned long)&ctx.target[ctx.jit_index]); in bpf_int_jit_compile()