Searched refs:exentry_idx (Results 1 – 3 of 3) sorted by relevance
192 cgctx.exentry_idx = 0; in bpf_int_jit_compile()341 WARN_ON_ONCE(ctx->exentry_idx >= fp->aux->num_exentries)) in bpf_add_extable_entry()355 (ctx->exentry_idx * BPF_FIXUP_LEN * 4); in bpf_add_extable_entry()364 ex_entry = &ex[ctx->exentry_idx]; in bpf_add_extable_entry()376 ctx->exentry_idx++; in bpf_add_extable_entry()
151 unsigned int exentry_idx; member
80 int exentry_idx; member1054 WARN_ON_ONCE(ctx->exentry_idx >= ctx->prog->aux->num_exentries)) in add_exception_handler()1057 ex = &ctx->prog->aux->extable[ctx->exentry_idx]; in add_exception_handler()1103 ctx->exentry_idx++; in add_exception_handler()1854 if (WARN_ON_ONCE(ctx->exentry_idx != ctx->prog->aux->num_exentries)) in validate_ctx()1886 int exentry_idx; in bpf_int_jit_compile() local1985 ctx.exentry_idx = 0; in bpf_int_jit_compile()1991 exentry_idx = ctx.exentry_idx; in bpf_int_jit_compile()2002 ctx.exentry_idx = exentry_idx; in bpf_int_jit_compile()