Searched refs:prgetstackbase (Results 1 – 5 of 5) sorted by relevance
403 extern caddr_t prgetstackbase(proc_t *);
875 sp->pr_stkbase = (uintptr_t)prgetstackbase(p); in prgetstatus()1098 sp->pr_stkbase = (uint32_t)(uintptr_t)prgetstackbase(p); in prgetstatus32()1632 stkseg = as_segat(as, prgetstackbase(p)); in prgetmap()1674 (uintptr_t)prgetstackbase(p) + in prgetmap()1743 stkseg = as_segat(as, prgetstackbase(p)); in prgetmap32()1785 (uintptr_t)prgetstackbase(p) + in prgetmap32()4022 stkseg = as_segat(as, prgetstackbase(p)); in prgetxmap()4206 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