Lines Matching defs:bpf_subprog_info
653 struct bpf_subprog_info { struct
655 u32 start; /* insn idx of function entry point */
656 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
657 u16 stack_depth; /* max. stack depth used by this function */
658 u16 stack_extra;
662 s16 fastcall_stack_off;
663 bool has_tail_call: 1;
664 bool tail_call_reachable: 1;
665 bool has_ld_abs: 1;
666 bool is_cb: 1;
667 bool is_async_cb: 1;
668 bool is_exception_cb: 1;
669 bool args_cached: 1;
671 bool keep_fastcall_stack: 1;
673 u8 arg_cnt;
674 struct bpf_subprog_arg_info args[MAX_BPF_FUNC_REG_ARGS];