Searched defs:frame (Results 1 – 3 of 3) sorted by relevance
| /kernel/trace/ |
| A D | rethook.c | 244 unsigned long rethook_find_ret_addr(struct task_struct *tsk, unsigned long frame, in rethook_find_ret_addr() 280 unsigned long frame) in rethook_trampoline_handler()
|
| /kernel/unwind/ |
| A D | user.c | 20 const struct unwind_user_frame *frame = &fp_frame; in unwind_user_next_fp() local
|
| /kernel/bpf/ |
| A D | verifier.c | 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() 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() 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 [all …]
|
Completed in 44 milliseconds