Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c272 bool tail_call_reachable, bool is_subprog) in emit_prologue() argument
283 if (tail_call_reachable && !is_subprog) in emit_prologue()
293 if (tail_call_reachable) in emit_prologue()
786 bool tail_call_reachable = bpf_prog->aux->tail_call_reachable; in do_jit() local
801 tail_call_reachable |= tail_call_seen; in do_jit()
804 bpf_prog_was_classic(bpf_prog), tail_call_reachable, in do_jit()
1250 if (tail_call_reachable) { in do_jit()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h407 bool tail_call_reachable; member
H A Dbpf.h817 bool tail_call_reachable; member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c3263 bool tail_call_reachable = false; in check_max_stack_depth() local
3324 tail_call_reachable = true; in check_max_stack_depth()
3339 if (tail_call_reachable) in check_max_stack_depth()
3341 subprog[ret_prog[j]].tail_call_reachable = true; in check_max_stack_depth()
3342 if (subprog[0].tail_call_reachable) in check_max_stack_depth()
3343 env->prog->aux->tail_call_reachable = true; in check_max_stack_depth()
11205 func[i]->aux->tail_call_reachable = env->subprog_info[i].tail_call_reachable; in jit_subprogs()
11337 if (env->subprog_cnt > 1 && env->prog->aux->tail_call_reachable) { in fixup_call_args()