Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h409 extern caddr_t prgetstackbase(proc_t *);
H A Dprsubr.c896 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()
H A Dprioctl.c1392 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()
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c444 prgetstackbase(proc_t *p) in prgetstackbase() function
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c583 prgetstackbase(proc_t *p) in prgetstackbase() function