Searched refs:xmon_show_stack (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 155 static void xmon_show_stack(unsigned long sp, unsigned long lr, 860 xmon_show_stack(excp->gpr[1], excp->link, excp->nip); in cmds() 1368 static void xmon_show_stack(unsigned long sp, unsigned long lr, in xmon_show_stack() function 1456 xmon_show_stack(sp, 0, 0); in backtrace() 1458 xmon_show_stack(excp->gpr[1], excp->link, excp->nip); in backtrace()
|