Home
last modified time | relevance | path

Searched refs:tail_call_reachable (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c3222 bool tail_call_reachable = false; in check_max_stack_depth() local
3287 tail_call_reachable = true; in check_max_stack_depth()
3311 if (tail_call_reachable) { in check_max_stack_depth()
3313 subprog[ret_prog[j]].tail_call_reachable = true; in check_max_stack_depth()
3316 if (subprog[0].tail_call_reachable) { in check_max_stack_depth()
3317 env->prog->aux->tail_call_reachable = true; in check_max_stack_depth()
11068 func[i]->aux->tail_call_reachable = env->subprog_info[i].tail_call_reachable; in jit_subprogs()
11197 if (env->subprog_cnt > 1 && env->prog->aux->tail_call_reachable) { in fixup_call_args()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h802 bool tail_call_reachable; member

Completed in 23 milliseconds