Searched refs:bpf2insn (Results 1 – 1 of 1) sorted by relevance
75 u32 *bpf2insn; member107 u32 *bpf2insn; member225 maybe_free(ctx, (void **)&ctx->bpf2insn); in jit_ctx_cleanup()228 if (!ctx->bpf2insn) in jit_ctx_cleanup()524 return ctx->bpf2insn[idx]; in get_curr_jit_off()541 return ctx->bpf2insn[tidx]; in get_targ_jit_off()1071 ctx->bpf2insn[i] = ctx->jit.len; in handle_body()1076 ctx->bpf2insn[i + 1] = ctx->bpf2insn[i]; in handle_body()1115 ctx->bpf2insn = kcalloc(ctx->prog->len, sizeof(ctx->jit.len), in jit_prepare_early_mem_alloc()1118 if (!ctx->bpf2insn) { in jit_prepare_early_mem_alloc()[all …]