Searched refs:exentry_idx (Results 1 – 3 of 3) sorted by relevance
192 cgctx.exentry_idx = 0; in bpf_int_jit_compile()346 WARN_ON_ONCE(ctx->exentry_idx >= fp->aux->num_exentries)) in bpf_add_extable_entry()360 (ctx->exentry_idx * BPF_FIXUP_LEN * 4); in bpf_add_extable_entry()372 ex_entry = &ex[ctx->exentry_idx]; in bpf_add_extable_entry()384 ctx->exentry_idx++; in bpf_add_extable_entry()
174 unsigned int exentry_idx; member
84 int exentry_idx; member1140 WARN_ON_ONCE(ctx->exentry_idx >= ctx->prog->aux->num_exentries)) in add_exception_handler()1143 ex = &ctx->prog->aux->extable[ctx->exentry_idx]; in add_exception_handler()1191 ctx->exentry_idx++; in add_exception_handler()1958 if (WARN_ON_ONCE(ctx->exentry_idx != ctx->prog->aux->num_exentries)) in validate_ctx()2025 int exentry_idx; in bpf_int_jit_compile() local2144 ctx.exentry_idx = 0; in bpf_int_jit_compile()2150 exentry_idx = ctx.exentry_idx; in bpf_int_jit_compile()2161 ctx.exentry_idx = exentry_idx; in bpf_int_jit_compile()