Searched refs:tail_call_reachable (Results 1 – 4 of 4) sorted by relevance
272 bool tail_call_reachable, bool is_subprog) in emit_prologue() argument283 if (tail_call_reachable && !is_subprog) in emit_prologue()293 if (tail_call_reachable) in emit_prologue()789 bool tail_call_reachable = bpf_prog->aux->tail_call_reachable; in do_jit() local804 tail_call_reachable |= tail_call_seen; in do_jit()807 bpf_prog_was_classic(bpf_prog), tail_call_reachable, in do_jit()1253 if (tail_call_reachable) { in do_jit()
408 bool tail_call_reachable; member
862 bool tail_call_reachable; member
3286 bool tail_call_reachable = false; in check_max_stack_depth() local3347 tail_call_reachable = true; in check_max_stack_depth()3362 if (tail_call_reachable) in check_max_stack_depth()3364 subprog[ret_prog[j]].tail_call_reachable = true; in check_max_stack_depth()3365 if (subprog[0].tail_call_reachable) in check_max_stack_depth()3366 env->prog->aux->tail_call_reachable = true; in check_max_stack_depth()11274 func[i]->aux->tail_call_reachable = env->subprog_info[i].tail_call_reachable; in jit_subprogs()11402 if (env->subprog_cnt > 1 && env->prog->aux->tail_call_reachable) { in fixup_call_args()