Searched refs:exception_callback_subprog (Results 1 – 4 of 4) sorted by relevance
580 ex_insn_beg = env->exception_callback_subprog in bpf_check_cfg()581 ? env->subprog_info[env->exception_callback_subprog].start in bpf_check_cfg()
1266 prog->aux->bpf_exception_cb = (void *)func[env->exception_callback_subprog]->bpf_func; in jit_subprogs()1480 if (env->seen_exception && !env->exception_callback_subprog) { in bpf_do_misc_fixups()1492 env->exception_callback_subprog = env->subprog_cnt - 1; in bpf_do_misc_fixups()1494 bpf_mark_subprog_exc_cb(env, env->exception_callback_subprog); in bpf_do_misc_fixups()
3136 env->exception_callback_subprog = i; in add_subprog_and_kfunc()13202 if (!env->exception_callback_subprog) { in check_kfunc_call()18857 if (env->exception_callback_subprog) in do_check_subprogs()18858 subprog_aux(env, env->exception_callback_subprog)->called = true; in do_check_subprogs()
839 int exception_callback_subprog; member