Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/truss/
H A Dfcall.c617 (ulong_t)Stk->stkend, in report_htable_stats()
618 (ulong_t)(Stk->stkend - Stk->stkbase)); in report_htable_stats()
646 if (sp >= Stk->stkbase && sp < Stk->stkend) in make_lwp_stack()
663 Stk->stkend = Stk->stkbase + Psp->pr_stksize; in make_lwp_stack()
673 Stk->stkend = Stk->stkbase + Lsp->pr_altstack.ss_size; in make_lwp_stack()
684 Stk->stkend = (uintptr_t)thrinfo.ti_stkbase; in make_lwp_stack()
685 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize; in make_lwp_stack()
694 Stk->stkend = Pmap->pr_vaddr + Pmap->pr_size; in make_lwp_stack()
720 if (sp >= Stk->stkbase && sp < Stk->stkend) in make_thr_stack()
737 Stk->stkend = Stk->stkbase + Psp->pr_stksize; in make_thr_stack()
[all …]
H A Dramdata.h268 uintptr_t stkend; /* stkend == base + size */ member
/titanic_44/usr/src/lib/libast/common/misc/
H A Dstk.c82 char *stkend; /* end of current stack frame */ member
251 fp->end = sp->stkend = cp+bsize; in stkopen()
362 if(loc>=cp && loc<=sp->stkend) in stkset()
365 sfsetbuf(stream,cp,sp->stkend-cp); in stkset()
373 sp->stkend = ((struct frame*)(fp->prev))->end; in stkset()
383 sfsetbuf(stream,cp,sp->stkend-cp); in stkset()
527 sp->stkend = fp->end = cp+n; in stkgrow()
540 sfsetbuf(stream,cp,sp->stkend-cp); in stkgrow()
/titanic_44/usr/src/cmd/dc/
H A Ddc.h105 struct blk **stkend; variable
H A Ddc.c1203 stkend = &stack[STKSZ]; in init()
1233 if (stkptr == stkend) in pushp()