Lines Matching defs:bpf_subprog_info
648 struct bpf_subprog_info { struct
650 u32 start; /* insn idx of function entry point */
651 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
652 u16 stack_depth; /* max. stack depth used by this function */
653 u16 stack_extra;
657 s16 fastcall_stack_off;
658 bool has_tail_call: 1;
659 bool tail_call_reachable: 1;
660 bool has_ld_abs: 1;
661 bool is_cb: 1;
662 bool is_async_cb: 1;
663 bool is_exception_cb: 1;
664 bool args_cached: 1;
666 bool keep_fastcall_stack: 1;
667 bool changes_pkt_data: 1;
669 enum priv_stack_mode priv_stack_mode;
670 u8 arg_cnt;
671 struct bpf_subprog_arg_info args[MAX_BPF_FUNC_REG_ARGS];