Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dbpf_verifier.h742 int exception_callback_subprog; member
/linux-6.15/kernel/bpf/
Dverifier.c3369 env->exception_callback_subprog = i; in add_subprog_and_kfunc()
13625 if (!env->exception_callback_subprog) { in check_kfunc_call()
17594 ex_insn_beg = env->exception_callback_subprog in check_cfg()
17595 ? env->subprog_info[env->exception_callback_subprog].start in check_cfg()
21249 prog->aux->bpf_exception_cb = (void *)func[env->exception_callback_subprog]->bpf_func; in jit_subprogs()
21549 if (env->seen_exception && !env->exception_callback_subprog) { in do_misc_fixups()
21562 env->exception_callback_subprog = env->subprog_cnt - 1; in do_misc_fixups()
21564 mark_subprog_exc_cb(env, env->exception_callback_subprog); in do_misc_fixups()
22822 if (env->exception_callback_subprog) in do_check_subprogs()
22823 subprog_aux(env, env->exception_callback_subprog)->called = true; in do_check_subprogs()