Searched refs:prgetstackbase (Results 1 – 5 of 5) sorted by relevance
403 extern caddr_t prgetstackbase(proc_t *);
877 sp->pr_stkbase = (uintptr_t)prgetstackbase(p); in prgetstatus()1100 sp->pr_stkbase = (uint32_t)(uintptr_t)prgetstackbase(p); in prgetstatus32()1634 stkseg = as_segat(as, prgetstackbase(p)); in prgetmap()1676 (uintptr_t)prgetstackbase(p) + in prgetmap()1745 stkseg = as_segat(as, prgetstackbase(p)); in prgetmap32()1787 (uintptr_t)prgetstackbase(p) + in prgetmap32()4024 stkseg = as_segat(as, prgetstackbase(p)); in prgetxmap()4208 stkseg = as_segat(as, prgetstackbase(p)); in prgetxmap32()
1440 sp->pr_stkbase = (caddr32_t)(uintptr_t)prgetstackbase(p); in oprgetstatus32()3277 sp->pr_stkbase = prgetstackbase(p); in oprgetstatus()3538 stkseg = as_segat(as, prgetstackbase(p)); in oprgetmap()3598 stkseg = as_segat(as, prgetstackbase(p)); in oprgetmap32()
282 prgetstackbase(proc_t *p) in prgetstackbase() function
583 prgetstackbase(proc_t *p) in prgetstackbase() function