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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dstacktrace.h8 extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp,
12 static inline unsigned long unwind_stack(struct task_struct *task, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dunwinder.h17 extern void unwind_stack(struct task_struct *, struct pt_regs *,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dstacktrace.c64 unwind_stack(current, NULL, sp, &save_stack_ops, trace);
101 unwind_stack(current, NULL, sp, &save_stack_ops_nosched, trace);
H A Dunwinder.c131 void unwind_stack(struct task_struct *task, struct pt_regs *regs, function
164 EXPORT_SYMBOL_GPL(unwind_stack); variable
H A Dperf_callchain.c58 unwind_stack(NULL, regs, NULL, &callchain_ops, entry);
H A Ddumpstack.c115 unwind_stack(tsk, regs, sp, &print_trace_ops, "");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/oprofile/
H A Dbacktrace.c97 unwind_stack(NULL, regs, stackaddr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dstacktrace.c56 pc = unwind_stack(tsk, &sp, pc, &ra);
H A Dprocess.c377 unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, function
470 pc = unwind_stack(task, &sp, pc, &ra);
H A Dtraps.c138 pc = unwind_stack(task, &sp, pc, &ra);

Completed in 358 milliseconds