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

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c412 bool tail_call_reachable, bool is_subprog,
423 if (tail_call_reachable && !is_subprog)
455 if (tail_call_reachable)
1272 bool tail_call_reachable = bpf_prog->aux->tail_call_reachable; local
1292 tail_call_reachable |= tail_call_seen;
1295 bpf_prog_was_classic(bpf_prog), tail_call_reachable,
1978 if (tail_call_reachable) {
411 emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, bool tail_call_reachable, bool is_subprog, bool is_exception_cb) argument
/linux-master/include/linux/
H A Dbpf_verifier.h626 bool tail_call_reachable: 1; member in struct:bpf_subprog_info
H A Dbpf.h1458 bool tail_call_reachable; member in struct:bpf_prog_aux
/linux-master/kernel/bpf/
H A Dverifier.c5870 bool tail_call_reachable = false; local
5965 tail_call_reachable = true;
5980 if (tail_call_reachable)
5986 subprog[ret_prog[j]].tail_call_reachable = true;
5988 if (subprog[0].tail_call_reachable)
5989 env->prog->aux->tail_call_reachable = true;
19226 func[i]->aux->tail_call_reachable = env->subprog_info[i].tail_call_reachable;
19379 if (env->subprog_cnt > 1 && env->prog->aux->tail_call_reachable) {
21145 if (tgt_prog && tgt_prog->aux->tail_call_reachable)
[all...]

Completed in 376 milliseconds