Searched refs:tail_call_reachable (Results 1 – 4 of 4) sorted by relevance
294 bool tail_call_reachable, bool is_subprog) in emit_prologue() argument305 if (tail_call_reachable && !is_subprog) in emit_prologue()319 if (tail_call_reachable) in emit_prologue()1024 bool tail_call_reachable = bpf_prog->aux->tail_call_reachable; in do_jit() local1040 tail_call_reachable |= tail_call_seen; in do_jit()1043 bpf_prog_was_classic(bpf_prog), tail_call_reachable, in do_jit()1625 if (tail_call_reachable) { in do_jit()
541 bool tail_call_reachable; member
1399 bool tail_call_reachable; member
5604 bool tail_call_reachable = false; in check_max_stack_depth_subprog() local5677 tail_call_reachable = true; in check_max_stack_depth_subprog()5692 if (tail_call_reachable) in check_max_stack_depth_subprog()5694 subprog[ret_prog[j]].tail_call_reachable = true; in check_max_stack_depth_subprog()5695 if (subprog[0].tail_call_reachable) in check_max_stack_depth_subprog()5696 env->prog->aux->tail_call_reachable = true; in check_max_stack_depth_subprog()18014 func[i]->aux->tail_call_reachable = env->subprog_info[i].tail_call_reachable; in jit_subprogs()18160 if (env->subprog_cnt > 1 && env->prog->aux->tail_call_reachable) { in fixup_call_args()