Searched refs:xmon_show_stack (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/powerpc/xmon/ |
D | xmon.c | 147 static void xmon_show_stack(unsigned long sp, unsigned long lr, 790 xmon_show_stack(excp->gpr[1], excp->link, excp->nip); in cmds() 1297 static void xmon_show_stack(unsigned long sp, unsigned long lr, in xmon_show_stack() function 1385 xmon_show_stack(sp, 0, 0); in backtrace() 1387 xmon_show_stack(excp->gpr[1], excp->link, excp->nip); in backtrace()
|