Lines Matching defs:frame

1809 static u32 frame_insn_idx(struct bpf_verifier_state *st, u32 frame)  in frame_insn_idx()
2911 struct bpf_func_state *frame; in push_async_cb() local
4069 static inline void bt_init(struct backtrack_state *bt, u32 frame) in bt_init()
4113 static inline void bt_set_frame_reg(struct backtrack_state *bt, u32 frame, u32 reg) in bt_set_frame_reg()
4118 static inline void bt_clear_frame_reg(struct backtrack_state *bt, u32 frame, u32 reg) in bt_clear_frame_reg()
4133 static inline void bt_set_frame_slot(struct backtrack_state *bt, u32 frame, u32 slot) in bt_set_frame_slot()
4138 static inline void bt_clear_frame_slot(struct backtrack_state *bt, u32 frame, u32 slot) in bt_clear_frame_slot()
4143 static inline u32 bt_frame_reg_mask(struct backtrack_state *bt, u32 frame) in bt_frame_reg_mask()
4153 static inline u64 bt_frame_stack_mask(struct backtrack_state *bt, u32 frame) in bt_frame_stack_mask()
4168 static inline bool bt_is_frame_reg_set(struct backtrack_state *bt, u32 frame, u32 reg) in bt_is_frame_reg_set()
4173 static inline bool bt_is_frame_slot_set(struct backtrack_state *bt, u32 frame, u32 slot) in bt_is_frame_slot_set()
6586 int depth = 0, frame = 0, i, subprog_end, subprog_depth; in check_max_stack_depth_subprog() local
17066 struct bpf_func_state *frame = env->cur_state->frame[0]; in check_return_code() local
19038 int i, frame, err = 0; in propagate_liveness() local
19323 struct bpf_func_state *frame = sl->state.frame[sl->state.curframe]; in is_state_visited() local
19671 struct bpf_func_state *frame = cur->frame[j]; in is_state_visited() local