Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h851 bool seen_exception; member
/linux/kernel/bpf/
H A Dfixups.c1164 func[i]->aux->exception_boundary = env->seen_exception; in jit_subprogs()
1480 if (env->seen_exception && !env->exception_callback_subprog) { in bpf_do_misc_fixups()
H A Dverifier.c13197 env->seen_exception = true; in check_kfunc_call()