Lines Matching refs:descriptors
171 u32 index = INDEX(ctx->descriptors[loc]);
187 return (INDEX(ctx->descriptors[ctx->bpf_index + off]) -
556 u32 *descp = &ctx->descriptors[ctx->bpf_index];
583 offset = (INDEX(ctx->descriptors[target]) -
584 INDEX(ctx->descriptors[origin]) + 1) * sizeof(u32);
686 if (CONVERTED(ctx->descriptors[ctx->bpf_index])) {
858 u32 *descp = &ctx->descriptors[i];
883 ctx->descriptors[prog->len] = ctx->jit_index;
895 ctx->descriptors[i] = INDEX(ctx->descriptors[i]) | flag;
946 * Not able to allocate memory for descriptors[], then
949 ctx.descriptors = kcalloc(prog->len + 1, sizeof(*ctx.descriptors),
951 if (ctx.descriptors == NULL)
1012 bpf_prog_fill_jited_linfo(prog, &ctx.descriptors[1]);
1030 kfree(ctx.descriptors);