Lines Matching refs:unwind_state
14 unsigned long unwind_get_return_address(struct unwind_state *state)
23 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state)
31 static void unwind_dump(struct unwind_state *state)
80 static inline unsigned long *last_frame(struct unwind_state *state)
85 static bool is_last_frame(struct unwind_state *state)
96 static inline unsigned long *last_aligned_frame(struct unwind_state *state)
101 static bool is_last_aligned_frame(struct unwind_state *state)
132 static bool is_last_ftrace_frame(struct unwind_state *state)
154 static bool is_last_task_frame(struct unwind_state *state)
186 static bool update_stack_state(struct unwind_state *state,
254 bool unwind_next_frame(struct unwind_state *state)
363 void __unwind_start(struct unwind_state *state, struct task_struct *task,