Lines Matching refs:unwind_state
14 struct unwind_state {
42 void __unwind_start(struct unwind_state *state, struct task_struct *task,
44 bool unwind_next_frame(struct unwind_state *state);
45 unsigned long unwind_get_return_address(struct unwind_state *state);
46 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state);
48 static inline bool unwind_done(struct unwind_state *state)
53 static inline bool unwind_error(struct unwind_state *state)
59 void unwind_start(struct unwind_state *state, struct task_struct *task,
71 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state,
88 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state,
107 unsigned long unwind_recover_rethook(struct unwind_state *state,
120 unsigned long unwind_recover_ret_addr(struct unwind_state *state,