Home
last modified time | relevance | path

Searched refs:tail_call_reachable (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/x86/net/
Dbpf_jit_comp.c265 bool tail_call_reachable, bool is_subprog) in emit_prologue() argument
276 if (tail_call_reachable && !is_subprog) in emit_prologue()
286 if (tail_call_reachable) in emit_prologue()
795 bool tail_call_reachable = bpf_prog->aux->tail_call_reachable; in do_jit() local
810 tail_call_reachable |= tail_call_seen; in do_jit()
813 bpf_prog_was_classic(bpf_prog), tail_call_reachable, in do_jit()
1253 if (tail_call_reachable) { in do_jit()
/Linux-v5.10/include/linux/
Dbpf_verifier.h370 bool tail_call_reachable; member
Dbpf.h782 bool tail_call_reachable; member
/Linux-v5.10/kernel/bpf/
Dverifier.c3025 bool tail_call_reachable = false; in check_max_stack_depth() local
3086 tail_call_reachable = true; in check_max_stack_depth()
3101 if (tail_call_reachable) in check_max_stack_depth()
3103 subprog[ret_prog[j]].tail_call_reachable = true; in check_max_stack_depth()
10685 func[i]->aux->tail_call_reachable = env->subprog_info[i].tail_call_reachable; in jit_subprogs()
10817 if (env->subprog_cnt > 1 && env->prog->aux->tail_call_reachable) { in fixup_call_args()