Home
last modified time | relevance | path

Searched refs:prgetstackbase (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/fs/proc/
H A Dprdata.h403 extern caddr_t prgetstackbase(proc_t *);
H A Dprsubr.c877 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()
H A Dprioctl.c1440 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()
/titanic_44/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c282 prgetstackbase(proc_t *p) in prgetstackbase() function
/titanic_44/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c583 prgetstackbase(proc_t *p) in prgetstackbase() function