Lines Matching defs:bpf_subprog_info
616 struct bpf_subprog_info { struct
618 u32 start; /* insn idx of function entry point */
619 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
620 u16 stack_depth; /* max. stack depth used by this function */
621 bool has_tail_call: 1;
622 bool tail_call_reachable: 1;
623 bool has_ld_abs: 1;
624 bool is_cb: 1;
625 bool is_async_cb: 1;
626 bool is_exception_cb: 1;
627 bool args_cached: 1;
629 u8 arg_cnt;
630 struct bpf_subprog_arg_info args[MAX_BPF_FUNC_REG_ARGS];