Home
last modified time | relevance | path

Searched refs:exentry_idx (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c84 int exentry_idx; member
1147 WARN_ON_ONCE(ctx->exentry_idx >= ctx->prog->aux->num_exentries)) in add_exception_handler()
1150 ex = &ctx->prog->aux->extable[ctx->exentry_idx]; in add_exception_handler()
1198 ctx->exentry_idx++; in add_exception_handler()
1965 if (WARN_ON_ONCE(ctx->exentry_idx != ctx->prog->aux->num_exentries)) in validate_ctx()
2032 int exentry_idx; in bpf_int_jit_compile() local
2151 ctx.exentry_idx = 0; in bpf_int_jit_compile()
2157 exentry_idx = ctx.exentry_idx; in bpf_int_jit_compile()
2168 ctx.exentry_idx = exentry_idx; in bpf_int_jit_compile()
/linux/arch/powerpc/net/
H A Dbpf_jit.h165 unsigned int exentry_idx; member