Searched refs:show_trace (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dsysrq.h5 extern void show_trace(struct task_struct* task, unsigned long *stack);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-ppc/
H A Dsysrq.c16 show_trace(current, &regs->gpr[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dsysrq.c14 void show_trace(struct task_struct *task, unsigned long * stack) function
46 show_trace(current, &stack);
77 show_trace(task, esp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkdebug.h30 extern void show_trace(struct task_struct *t, struct pt_regs *regs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsysrq.c36 show_trace(NULL, (unsigned long *) &regs);
74 void show_trace(struct task_struct* task, unsigned long * stack) function
82 printk("show_trace: got NULL stack, implicit assumption task == current");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dtraps.c37 show_trace(unsigned long *stack) function
129 show_trace(sp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsysrq.c40 show_trace(current, (unsigned long *) &regs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Ddumpstack.c107 void show_trace(struct task_struct *tsk, unsigned long *sp, function
H A Dprocess_32.c65 show_trace(NULL, (unsigned long *)regs->regs[15], regs);
H A Dtraps_32.c862 show_trace(tsk, sp, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dtraps.c126 static void show_trace(struct task_struct *task, unsigned long *stack) function
170 show_trace(task, sp);
177 show_trace(current, &stack);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dprocessor_32.h181 void show_trace(struct task_struct *tsk, unsigned long *sp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dtraps.c66 static void show_trace(long *sp) function
144 show_trace((long *) regs->regs[0]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Ddumpstack.c184 void show_trace(struct task_struct *task, struct pt_regs *regs, function
213 show_trace(NULL, NULL, &stack, bp);
H A Dprocess.c94 show_trace(NULL, regs, (unsigned long *)kernel_stack_pointer(regs),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dtraps.c384 void show_trace(struct task_struct *task, unsigned long *sp) function
448 show_trace(task, stack);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dtraps.c133 void show_trace(unsigned long *sp) function
178 show_trace(sp);
276 show_trace((unsigned long *) sp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dprocessor.h165 void show_trace(struct task_struct *task, unsigned long *stack);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtraps.c68 * For show_trace we have tree different stack to consider:
112 static void show_trace(struct task_struct *task, unsigned long *stack) function
157 show_trace(task, sp);
236 show_trace(NULL, (unsigned long *) regs->gprs[15]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtraps.c844 void show_trace(unsigned long *stack) function
986 show_trace(stack);
996 show_trace(&stack);

Completed in 210 milliseconds