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