Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h572 bool has_tail_call; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c3068 subprog[cur_subprog].has_tail_call = true; in check_subprogs()
5863 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth_subprog()
5898 if (subprog[sidx].has_tail_call) { in check_max_stack_depth_subprog()
5909 if (subprog[idx].has_tail_call) in check_max_stack_depth_subprog()
15430 if (env->subprog_info[i].has_tail_call) { in check_abnormal_return()
15553 if (i && !scalar_return && env->subprog_info[i].has_tail_call) { in check_btf_func()