9 #include <asm/processor.h>
12 __show_trace(
unsigned int *
depth,
unsigned long sp,
13 unsigned long low,
unsigned long high)
20 if (sp < low || sp > high -
sizeof(*sf))
32 if (sp <= low || sp > high -
sizeof(*sf))
44 sp = (
unsigned long) (sf + 1);
45 if (sp <= low || sp > high -
sizeof(*regs))
64 head = regs->
gprs[15];