Lines Matching refs:unwind_state
14 struct unwind_state { struct
42 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument
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) in unwind_done()
53 static inline bool unwind_error(struct unwind_state *state) in unwind_error()
59 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start()
71 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs()
88 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs()
107 unsigned long unwind_recover_rethook(struct unwind_state *state, in unwind_recover_rethook()
120 unsigned long unwind_recover_ret_addr(struct unwind_state *state, in unwind_recover_ret_addr()