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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Dunwind.c194 static int unwind_special(struct unwind_frame_info *info, unsigned long pc, int frame_size)
211 static void unwind_frame_regs(struct unwind_frame_info *info)
340 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t,
343 memset(info, 0, sizeof(struct unwind_frame_info));
354 void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, struct task_struct *t)
369 void unwind_frame_init_running(struct unwind_frame_info *info, struct pt_regs *regs)
374 int unwind_once(struct unwind_frame_info *next_frame)
394 int unwind_to_user(struct unwind_frame_info *info)
407 struct unwind_frame_info info;
H A Dstacktrace.c17 struct unwind_frame_info info;
H A Dtraps.c170 static void do_show_stack(struct unwind_frame_info *info)
191 struct unwind_frame_info info;
469 struct unwind_frame_info info;
H A Dprocess.c370 struct unwind_frame_info info;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Dunwind.c194 static int unwind_special(struct unwind_frame_info *info, unsigned long pc, int frame_size)
211 static void unwind_frame_regs(struct unwind_frame_info *info)
340 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t,
343 memset(info, 0, sizeof(struct unwind_frame_info));
354 void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, struct task_struct *t)
369 void unwind_frame_init_running(struct unwind_frame_info *info, struct pt_regs *regs)
374 int unwind_once(struct unwind_frame_info *next_frame)
394 int unwind_to_user(struct unwind_frame_info *info)
407 struct unwind_frame_info info;
H A Dstacktrace.c17 struct unwind_frame_info info;
H A Dtraps.c170 static void do_show_stack(struct unwind_frame_info *info)
191 struct unwind_frame_info info;
469 struct unwind_frame_info info;
H A Dprocess.c370 struct unwind_frame_info info;

Completed in 125 milliseconds