Searched refs:exentry_idx (Results 1 – 3 of 3) sorted by relevance
122 cgctx.exentry_idx = 0; in bpf_int_jit_compile()271 WARN_ON_ONCE(ctx->exentry_idx >= fp->aux->num_exentries)) in bpf_add_extable_entry()285 (ctx->exentry_idx * BPF_FIXUP_LEN * 4); in bpf_add_extable_entry()294 ex_entry = &ex[ctx->exentry_idx]; in bpf_add_extable_entry()306 ctx->exentry_idx++; in bpf_add_extable_entry()
135 unsigned int exentry_idx; member
78 int exentry_idx; member923 WARN_ON_ONCE(ctx->exentry_idx >= ctx->prog->aux->num_exentries)) in add_exception_handler()926 ex = &ctx->prog->aux->extable[ctx->exentry_idx]; in add_exception_handler()972 ctx->exentry_idx++; in add_exception_handler()1724 if (WARN_ON_ONCE(ctx->exentry_idx != ctx->prog->aux->num_exentries)) in validate_ctx()1756 int exentry_idx; in bpf_int_jit_compile() local1855 ctx.exentry_idx = 0; in bpf_int_jit_compile()1861 exentry_idx = ctx.exentry_idx; in bpf_int_jit_compile()1872 ctx.exentry_idx = exentry_idx; in bpf_int_jit_compile()