Searched refs:prgetstackbase (Results 1 – 5 of 5) sorted by relevance
409 extern caddr_t prgetstackbase(proc_t *);
896 sp->pr_stkbase = (uintptr_t)prgetstackbase(p); in prgetstatus()1142 sp->pr_stkbase = (uint32_t)(uintptr_t)prgetstackbase(p); in prgetstatus32()1862 stkseg = as_segat(as, prgetstackbase(p)); in prgetmap()1908 (uintptr_t)prgetstackbase(p) + in prgetmap()1977 stkseg = as_segat(as, prgetstackbase(p)); in prgetmap32()2023 (uintptr_t)prgetstackbase(p) + in prgetmap32()4806 stkseg = as_segat(as, prgetstackbase(p)); in prgetxmap()5006 stkseg = as_segat(as, prgetstackbase(p)); in prgetxmap32()
1392 sp->pr_stkbase = (caddr32_t)(uintptr_t)prgetstackbase(p); in oprgetstatus32()3177 sp->pr_stkbase = prgetstackbase(p); in oprgetstatus()3439 stkseg = as_segat(as, prgetstackbase(p)); in oprgetmap()3503 stkseg = as_segat(as, prgetstackbase(p)); in oprgetmap32()
444 prgetstackbase(proc_t *p) in prgetstackbase() function
583 prgetstackbase(proc_t *p) in prgetstackbase() function