Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_core.c163 ctx->nexentries = 0; in bpf_int_jit_compile()
H A Dbpf_jit_comp64.c783 if (WARN_ON_ONCE(ctx->nexentries >= ctx->prog->aux->num_exentries)) in add_exception_handler()
789 ex = &ctx->prog->aux->extable[ctx->nexentries]; in add_exception_handler()
833 ctx->nexentries++; in add_exception_handler()
H A Dbpf_jit.h80 int nexentries; member