Searched refs:exentry_idx (Results 1 – 3 of 3) sorted by relevance
231 cgctx.exentry_idx = 0; in bpf_int_jit_compile()406 WARN_ON_ONCE(ctx->exentry_idx >= fp->aux->num_exentries)) in bpf_add_extable_entry()420 (ctx->exentry_idx * BPF_FIXUP_LEN * 4); in bpf_add_extable_entry()432 ex_entry = &ex[ctx->exentry_idx]; in bpf_add_extable_entry()444 ctx->exentry_idx++; in bpf_add_extable_entry()
174 unsigned int exentry_idx; member
83 int exentry_idx; member1139 WARN_ON_ONCE(ctx->exentry_idx >= ctx->prog->aux->num_exentries)) in add_exception_handler()1142 ex = &ctx->prog->aux->extable[ctx->exentry_idx]; in add_exception_handler()1190 ctx->exentry_idx++; in add_exception_handler()1960 if (WARN_ON_ONCE(ctx->exentry_idx != ctx->prog->aux->num_exentries)) in validate_ctx()2020 int exentry_idx; in bpf_int_jit_compile() local2116 ctx.exentry_idx = 0; in bpf_int_jit_compile()2122 exentry_idx = ctx.exentry_idx; in bpf_int_jit_compile()2131 ctx.exentry_idx = exentry_idx; in bpf_int_jit_compile()