Home
last modified time | relevance | path

Searched refs:unwind_frame_info (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/parisc/include/asm/
Dunwind.h54 struct unwind_frame_info { struct
70 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t, argument
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-2.6.39/arch/parisc/kernel/
Dunwind.c208 static int unwind_special(struct unwind_frame_info *info, unsigned long pc, int frame_size) in unwind_special()
225 static void unwind_frame_regs(struct unwind_frame_info *info) in unwind_frame_regs()
354 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t, in unwind_frame_init()
357 memset(info, 0, sizeof(struct unwind_frame_info)); in unwind_frame_init()
368 void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, struct task_struct *t) in unwind_frame_init_from_blocked_task()
383 void unwind_frame_init_running(struct unwind_frame_info *info, struct pt_regs *regs) in unwind_frame_init_running()
388 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once()
408 int unwind_to_user(struct unwind_frame_info *info) in unwind_to_user()
421 struct unwind_frame_info info; in return_address()
Dstacktrace.c17 struct unwind_frame_info info; in dump_trace()
Dtraps.c170 static void do_show_stack(struct unwind_frame_info *info) in do_show_stack()
191 struct unwind_frame_info info; in parisc_show_stack()
470 struct unwind_frame_info info; in parisc_terminate()
Dprocess.c374 struct unwind_frame_info info; in get_wchan()