Searched refs:unwind_frame_info (Results 1 – 8 of 8) sorted by relevance
/linux/arch/parisc/include/asm/ |
H A D | unwind.h | 58 struct unwind_frame_info { struct 74 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t, argument 76 void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, 78 void unwind_frame_init_task(struct unwind_frame_info *info, 80 int unwind_once(struct unwind_frame_info *info); 81 int unwind_to_user(struct unwind_frame_info *info);
|
/linux/arch/arc/include/asm/ |
H A D | unwind.h | 49 struct unwind_frame_info { struct 110 extern int arc_unwind(struct unwind_frame_info *frame); 117 arch_unwind_init_running(struct unwind_frame_info *info, in arch_unwind_init_running() 118 int (*callback) (struct unwind_frame_info *info, in arch_unwind_init_running() 125 static inline int arch_unw_user_mode(const struct unwind_frame_info *info) in arch_unw_user_mode() 130 static inline void arch_unw_init_blocked(struct unwind_frame_info *info) in arch_unw_init_blocked() 135 static inline void arch_unw_init_frame_info(struct unwind_frame_info *info, in arch_unw_init_frame_info()
|
/linux/arch/parisc/kernel/ |
H A D | unwind.c | 215 static int unwind_special(struct unwind_frame_info *info, unsigned long pc, int frame_size) in unwind_special() 274 static void unwind_frame_regs(struct unwind_frame_info *info) in unwind_frame_regs() 385 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t, in unwind_frame_init() 388 memset(info, 0, sizeof(struct unwind_frame_info)); in unwind_frame_init() 399 void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, struct task_struct *t) in unwind_frame_init_from_blocked_task() 420 void unwind_frame_init_task(struct unwind_frame_info *info, in unwind_frame_init_task() 441 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() 461 int unwind_to_user(struct unwind_frame_info *info) in unwind_to_user() 474 struct unwind_frame_info info; in return_address()
|
H A D | stacktrace.c | 19 struct unwind_frame_info info; in walk_stackframe()
|
H A D | traps.c | 180 static void do_show_stack(struct unwind_frame_info *info, const char *loglvl) in do_show_stack() 201 struct unwind_frame_info info; in parisc_show_stack() 448 struct unwind_frame_info info; in parisc_terminate()
|
H A D | process.c | 261 struct unwind_frame_info info; in __get_wchan()
|
/linux/arch/arc/kernel/ |
H A D | stacktrace.c | 44 struct unwind_frame_info *frame_info) in seed_unwind_frame_info() 123 struct unwind_frame_info frame_info; in arc_unwind_core()
|
H A D | unwind.c | 44 BUILD_BUG_ON_ZERO(offsetof(struct unwind_frame_info, f) \ 45 % sizeof_field(struct unwind_frame_info, f)) \ 46 + offsetof(struct unwind_frame_info, f) \ 47 / sizeof_field(struct unwind_frame_info, f), \ 48 sizeof_field(struct unwind_frame_info, f) \ 897 int arc_unwind(struct unwind_frame_info *frame) in arc_unwind()
|