Searched refs:unwind_frame_info (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/parisc/include/asm/
H A Dunwind.h54 struct unwind_frame_info { struct
70 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t,
72 void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, struct task_struct *t);
73 void unwind_frame_init_running(struct unwind_frame_info *info, struct pt_regs *regs);
74 int unwind_once(struct unwind_frame_info *info);
75 int unwind_to_user(struct unwind_frame_info *info);
/linux-4.4.14/arch/arc/include/asm/
H A Dunwind.h52 struct unwind_frame_info { struct
113 extern int arc_unwind(struct unwind_frame_info *frame);
120 arch_unwind_init_running(struct unwind_frame_info *info, arch_unwind_init_running()
121 int (*callback) (struct unwind_frame_info *info, arch_unwind_init_running()
128 static inline int arch_unw_user_mode(const struct unwind_frame_info *info) arch_unw_user_mode()
133 static inline void arch_unw_init_blocked(struct unwind_frame_info *info) arch_unw_init_blocked()
138 static inline void arch_unw_init_frame_info(struct unwind_frame_info *info, arch_unw_init_frame_info()
/linux-4.4.14/arch/parisc/kernel/
H A Dunwind.c208 static int unwind_special(struct unwind_frame_info *info, unsigned long pc, int frame_size) unwind_special()
225 static void unwind_frame_regs(struct unwind_frame_info *info) unwind_frame_regs()
352 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t, unwind_frame_init()
355 memset(info, 0, sizeof(struct unwind_frame_info)); unwind_frame_init()
366 void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, struct task_struct *t) unwind_frame_init_from_blocked_task()
381 void unwind_frame_init_running(struct unwind_frame_info *info, struct pt_regs *regs) unwind_frame_init_running()
386 int unwind_once(struct unwind_frame_info *next_frame) unwind_once()
406 int unwind_to_user(struct unwind_frame_info *info) unwind_to_user()
419 struct unwind_frame_info info; return_address()
H A Dstacktrace.c17 struct unwind_frame_info info; dump_trace()
H A Dtraps.c168 static void do_show_stack(struct unwind_frame_info *info) do_show_stack()
189 struct unwind_frame_info info; parisc_show_stack()
458 struct unwind_frame_info info; parisc_terminate()
H A Dprocess.c250 struct unwind_frame_info info; get_wchan()
/linux-4.4.14/arch/arc/kernel/
H A Dstacktrace.c44 struct unwind_frame_info *frame_info) seed_unwind_frame_info()
118 struct unwind_frame_info frame_info; arc_unwind_core()
H A Dunwind.c47 BUILD_BUG_ON_ZERO(offsetof(struct unwind_frame_info, f) \
48 % FIELD_SIZEOF(struct unwind_frame_info, f)) \
49 + offsetof(struct unwind_frame_info, f) \
50 / FIELD_SIZEOF(struct unwind_frame_info, f), \
51 FIELD_SIZEOF(struct unwind_frame_info, f) \
893 int arc_unwind(struct unwind_frame_info *frame) arc_unwind()

Completed in 352 milliseconds