Lines Matching defs:frame
2478 struct bpf_func_state *frame; in push_async_cb() local
3617 static inline void bt_init(struct backtrack_state *bt, u32 frame) in bt_init()
3663 static inline void bt_set_frame_reg(struct backtrack_state *bt, u32 frame, u32 reg) in bt_set_frame_reg()
3668 static inline void bt_clear_frame_reg(struct backtrack_state *bt, u32 frame, u32 reg) in bt_clear_frame_reg()
3683 static inline void bt_set_frame_slot(struct backtrack_state *bt, u32 frame, u32 slot) in bt_set_frame_slot()
3688 static inline void bt_clear_frame_slot(struct backtrack_state *bt, u32 frame, u32 slot) in bt_clear_frame_slot()
3693 static inline u32 bt_frame_reg_mask(struct backtrack_state *bt, u32 frame) in bt_frame_reg_mask()
3703 static inline u64 bt_frame_stack_mask(struct backtrack_state *bt, u32 frame) in bt_frame_stack_mask()
3718 static inline bool bt_is_frame_reg_set(struct backtrack_state *bt, u32 frame, u32 reg) in bt_is_frame_reg_set()
3723 static inline bool bt_is_frame_slot_set(struct backtrack_state *bt, u32 frame, u32 slot) in bt_is_frame_slot_set()
6053 int depth = 0, frame = 0, i, subprog_end; in check_max_stack_depth_subprog() local
15879 struct bpf_func_state *frame = env->cur_state->frame[0]; in check_return_code() local
17753 int i, frame, err = 0; in propagate_liveness() local
17991 struct bpf_func_state *frame = sl->state.frame[sl->state.curframe]; in is_state_visited() local
18288 struct bpf_func_state *frame = cur->frame[j]; in is_state_visited() local