Searched refs:stkend (Results 1 – 5 of 5) sorted by relevance
617 (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 …]
268 uintptr_t stkend; /* stkend == base + size */ member
82 char *stkend; /* end of current stack frame */ member251 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()
105 struct blk **stkend; variable
1203 stkend = &stack[STKSZ]; in init()1233 if (stkptr == stkend) in pushp()