Searched refs:ti_stkbase (Results 1 – 3 of 3) sorted by relevance
681 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_lwp_stack()682 sp < (uintptr_t)thrinfo.ti_stkbase) { in make_lwp_stack()684 Stk->stkend = (uintptr_t)thrinfo.ti_stkbase; in make_lwp_stack()742 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_thr_stack()743 sp < (uintptr_t)thrinfo.ti_stkbase) { in make_thr_stack()745 Stk->stkend = (uintptr_t)thrinfo.ti_stkbase; in make_thr_stack()890 if (sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in find_stack()891 sp < (uintptr_t)thrinfo.ti_stkbase) { in find_stack()897 Stk->stkend = (uintptr_t)thrinfo.ti_stkbase; in find_stack()916 (ulong_t)thrinfo.ti_stkbase - thrinfo.ti_stksize, in find_stack()[all …]
216 psaddr_t ti_stkbase; /* base of thread's stack */ member
1292 ti_p->ti_stkbase = (psaddr_t)ulwp->ul_stktop; in td_thr2to()1336 ti_p->ti_stkbase = (psaddr_t)ulwp->ul_stktop; in td_thr2to32()