Searched refs:stkbase (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dstk.c81 char *stkbase; /* beginning of current stack frame */ member in struct:stk
153 register char *cp = sp->stkbase;
247 sp->stkbase = (char*)fp;
327 for(fp=(struct frame*)sp->stkbase; fp; fp=(struct frame*)fp->prev)
350 fp = (struct frame*)sp->stkbase;
351 cp = sp->stkbase + roundof(sizeof(struct frame), STK_ALIGN);
372 sp->stkbase = fp->prev;
499 register struct frame *fp= (struct frame*)sp->stkbase;
511 if(stkptr(stream,0)==sp->stkbase+sizeof(struct frame))
514 dp=sp->stkbase;
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c616 (ulong_t)Stk->stkbase,
618 (ulong_t)(Stk->stkend - Stk->stkbase));
646 if (sp >= Stk->stkbase && sp < Stk->stkend)
662 Stk->stkbase = Psp->pr_stkbase;
663 Stk->stkend = Stk->stkbase + Psp->pr_stksize;
672 Stk->stkbase = (uintptr_t)Lsp->pr_altstack.ss_sp;
673 Stk->stkend = Stk->stkbase + Lsp->pr_altstack.ss_size;
685 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize;
693 Stk->stkbase = Pmap->pr_vaddr;
720 if (sp >= Stk->stkbase
1001 uintptr_t stkbase = sp; local
[all...]
H A Dramdata.h267 uintptr_t stkbase; /* stkbase < stkend */ member in struct:callstack
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kp.c782 caddr_t stkbase; local
849 stkbase = (caddr_t)(((uintptr_t)curthread->t_stkbase &
854 if (fp - (uintptr_t)stkbase < RED_DEEP_THRESHOLD) {
874 ASSERT(fp - (uintptr_t)stkbase >= RED_DEEP_THRESHOLD);
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1881 caddr_t stkbase; local
2016 stkbase = p->p_usrstack - p->p_stksize;
2058 if (saddr == stkbase && size == stksize) {

Completed in 475 milliseconds