Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h721 int exception_callback_subprog; member
/linux/kernel/bpf/
H A Dverifier.c3254 env->exception_callback_subprog = i; in add_subprog_and_kfunc()
13222 if (!env->exception_callback_subprog) { in check_kfunc_call()
17173 if (env->exception_callback_subprog && !ex_done) { in check_cfg()
17174 ex_insn_beg = env->subprog_info[env->exception_callback_subprog].start; in check_cfg()
20820 prog->aux->bpf_exception_cb = (void *)func[env->exception_callback_subprog]->bpf_func; in jit_subprogs()
21112 if (env->seen_exception && !env->exception_callback_subprog) { in do_misc_fixups()
21125 env->exception_callback_subprog = env->subprog_cnt - 1; in do_misc_fixups()
21127 mark_subprog_exc_cb(env, env->exception_callback_subprog); in do_misc_fixups()
22319 if (env->exception_callback_subprog) in do_check_subprogs()
22320 subprog_aux(env, env->exception_callback_subprog)->called = true; in do_check_subprogs()