Home
last modified time | relevance | path

Searched refs:nexentries (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/riscv/net/
H A Dbpf_jit_core.c164 ctx->nexentries = 0; in bpf_int_jit_compile()
H A Dbpf_jit_comp64.c594 if (WARN_ON_ONCE(ctx->nexentries >= ctx->prog->aux->num_exentries)) in add_exception_handler()
603 ex = &ctx->prog->aux->extable[ctx->nexentries]; in add_exception_handler()
645 ctx->nexentries++; in add_exception_handler()
H A Dbpf_jit.h86 int nexentries; member