Searched refs:stack_frame (Results 1 – 8 of 8) sorted by relevance
25 (sp > state->stack_info.end - sizeof(struct stack_frame)); in outside_of_stack()35 !on_stack(info, sp, sizeof(struct stack_frame))) in update_stack_info()59 struct stack_frame *sf; in unwind_next_frame()67 sf = (struct stack_frame *) sp; in unwind_next_frame()77 sf = (struct stack_frame *) state->sp; in unwind_next_frame()85 sf = (struct stack_frame *) sp; in unwind_next_frame()131 struct stack_frame *sf; in __unwind_start()164 sf = (struct stack_frame *)sp; in __unwind_start()177 if (on_stack(&state->stack_info, first_frame, sizeof(struct stack_frame))) { in __unwind_start()
8 struct stack_frame { struct9 struct stack_frame *next_frame; argument
23 struct stack_frame *frame; in dump_trace()28 frame = (struct stack_frame *)bp; in dump_trace()
102 struct stack_frame { struct103 struct stack_frame *next_frame; argument
59 struct stack_frame { struct85 offsetof(struct stack_frame, back_chain)) argument206 [_bc] "i" (offsetof(struct stack_frame, back_chain)), \
55 offsetof(struct stack_frame, back_chain); \
25 struct stack_frame { struct
35 struct stack_frame buftail; in user_backtrace()37 user_frame_tail = (unsigned long __user *)(fp - sizeof(struct stack_frame)); in user_backtrace()