Home
last modified time | relevance | path

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

/linux/arch/x86/net/
A Dbpf_jit_comp.c282 bool tail_call_reachable, bool is_subprog) in emit_prologue() argument
292 if (tail_call_reachable && !is_subprog) in emit_prologue()
302 if (tail_call_reachable) in emit_prologue()
873 bool tail_call_reachable = bpf_prog->aux->tail_call_reachable; in do_jit() local
889 tail_call_reachable |= tail_call_seen; in do_jit()
892 bpf_prog_was_classic(bpf_prog), tail_call_reachable, in do_jit()
1409 if (tail_call_reachable) { in do_jit()
/linux/include/linux/
A Dbpf_verifier.h407 bool tail_call_reachable; member
A Dbpf.h878 bool tail_call_reachable; member
/linux/kernel/bpf/
A Dverifier.c3819 bool tail_call_reachable = false; in check_max_stack_depth() local
3889 tail_call_reachable = true; in check_max_stack_depth()
3904 if (tail_call_reachable) in check_max_stack_depth()
3906 subprog[ret_prog[j]].tail_call_reachable = true; in check_max_stack_depth()
3907 if (subprog[0].tail_call_reachable) in check_max_stack_depth()
3908 env->prog->aux->tail_call_reachable = true; in check_max_stack_depth()
12687 func[i]->aux->tail_call_reachable = env->subprog_info[i].tail_call_reachable; in jit_subprogs()
12828 if (env->subprog_cnt > 1 && env->prog->aux->tail_call_reachable) { in fixup_call_args()

Completed in 38 milliseconds