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; member 1156 WARN_ON_ONCE(ctx->exentry_idx >= ctx->prog->aux->num_exentries)) in add_exception_handler() 1159 ex = &ctx->prog->aux->extable[ctx->exentry_idx]; in add_exception_handler() 1207 ctx->exentry_idx++; in build_insn() 2034 if (WARN_ON_ONCE(ctx->exentry_idx != ctx->prog->aux->num_exentries)) in bpf_int_jit_compile() 2094 int exentry_idx; in bpf_int_jit_compile() 2199 ctx.exentry_idx = 0; in bpf_int_jit_compile() 2204 /* Record exentry_idx and body_idx before first build_body */ in bpf_int_jit_compile() 2205 exentry_idx = ctx.exentry_idx; in bpf_int_jit_compile() 2020 int exentry_idx; bpf_int_jit_compile() local [all...]