Lines Matching defs:bpf_subprog_info
665 struct bpf_subprog_info { struct
667 u32 start; /* insn idx of function entry point */
668 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
669 u16 stack_depth; /* max. stack depth used by this function */
670 u16 stack_extra;
674 s16 fastcall_stack_off;
675 bool has_tail_call: 1;
676 bool tail_call_reachable: 1;
677 bool has_ld_abs: 1;
678 bool is_cb: 1;
679 bool is_async_cb: 1;
680 bool is_exception_cb: 1;
681 bool args_cached: 1;
683 bool keep_fastcall_stack: 1;
684 bool changes_pkt_data: 1;
685 bool might_sleep: 1;
687 enum priv_stack_mode priv_stack_mode;
688 u8 arg_cnt;
689 struct bpf_subprog_arg_info args[MAX_BPF_FUNC_REG_ARGS];