Home
last modified time | relevance | path

Searched refs:nextfp (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/sparc/os/
H A Darchdep.c81 uintptr_t nextfp; in getpcstack() local
108 npcwin = getpcstack_top(pcswin, npcwin, &nextfp, &nextpc); in getpcstack()
114 fp = (struct frame *)(nextfp + STACK_BIAS); in getpcstack()
271 struct frame *nextfp, *minfp, *stacktop; in traceback() local
312 nextfp = (struct frame *)((uintptr_t)fp->fr_savfp + STACK_BIAS); in traceback()
313 if (nextfp <= minfp || nextfp >= stacktop) { in traceback()
326 if ((uintptr_t)nextfp & (STACK_ALIGN - 1)) { in traceback()
327 printf(" >> mis-aligned %%fp = %p\n", (void *)nextfp); in traceback()
333 "(%lx, %lx, %lx, %lx, %lx, %lx)\n", (ulong_t)nextfp, in traceback()
335 nextfp->fr_arg[0], nextfp->fr_arg[1], in traceback()
[all …]
/titanic_50/usr/src/lib/libumem/common/
H A Dgetpcstack.c59 struct frame *nextfp, *minfp; in getpcstack() local
138 nextfp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS); in getpcstack()
139 tmp = (uintptr_t)nextfp; in getpcstack()
149 else if (nextfp <= minfp || (tmp - base) >= size) { in getpcstack()
184 fp = nextfp; in getpcstack()
/titanic_50/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c105 struct frame *fp, *nextfp, *minfp, *stacktop; in dtrace_getpcstack() local
288 nextfp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS); in dtrace_getpcstack()
289 if (nextfp <= minfp || nextfp >= stacktop) { in dtrace_getpcstack()
290 if (!on_intr && nextfp == stacktop && aframes != 0) { in dtrace_getpcstack()
316 if (nextfp > minfp && nextfp < stacktop) in dtrace_getpcstack()
356 fp = nextfp; in dtrace_getpcstack()
703 struct frame *fp, *nextfp, *minfp, *stacktop; in dtrace_getstackdepth() local
717 nextfp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS); in dtrace_getstackdepth()
718 if (nextfp <= minfp || nextfp >= stacktop) { in dtrace_getstackdepth()
738 fp = nextfp; in dtrace_getstackdepth()
/titanic_50/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c47 struct frame *nextfp, *minfp, *stacktop; in dtrace_getpcstack() local
65 nextfp = (struct frame *)fp->fr_savfp; in dtrace_getpcstack()
68 if (nextfp <= minfp || nextfp >= stacktop) { in dtrace_getpcstack()
108 fp = nextfp; in dtrace_getpcstack()
509 struct frame *nextfp, *minfp, *stacktop; in dtrace_getstackdepth() local
524 nextfp = (struct frame *)fp->fr_savfp; in dtrace_getstackdepth()
526 if (nextfp <= minfp || nextfp >= stacktop) { in dtrace_getstackdepth()
539 fp = nextfp; in dtrace_getstackdepth()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Darchdep.c854 struct frame *nextfp, *minfp, *stacktop; in getpcstack() local
868 nextfp = (struct frame *)fp->fr_savfp; in getpcstack()
870 if (nextfp <= minfp || nextfp >= stacktop) { in getpcstack()
883 fp = nextfp; in getpcstack()
1211 struct frame *nextfp; in traceback() local
1252 nextfp = (struct frame *)fp->fr_savfp; in traceback()
1286 fp = nextfp; in traceback()
1303 struct frame *nextfp, *minfp, *stacktop; in traceback() local
1373 nextfp = (struct frame *)fp->fr_savfp; in traceback()
1420 fp = nextfp; in traceback()