Home
last modified time | relevance | path

Searched refs:p_stksize (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dmemcntl.c300 p->p_stksize, szc); in memcntl()
310 if (!IS_P2ALIGNED(p->p_usrstack - p->p_stksize, pgsz)) { in memcntl()
317 addr = p->p_usrstack - p->p_stksize; in memcntl()
318 len = P2ALIGN(p->p_stksize, pgsz); in memcntl()
/illumos-gate/usr/src/uts/intel/syscall/
H A Dgetcontext.c153 ucp->uc_stack.ss_sp = p->p_usrstack - p->p_stksize; in savecontext()
154 ucp->uc_stack.ss_size = p->p_stksize; in savecontext()
457 (p->p_usrstack - p->p_stksize); in savecontext32()
458 ucp->uc_stack.ss_size = (size32_t)p->p_stksize; in savecontext32()
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c98 ucp->uc_stack.ss_sp = p->p_usrstack - p->p_stksize; in savecontext()
99 ucp->uc_stack.ss_size = p->p_stksize; in savecontext()
400 (caddr32_t)(uintptr_t)p->p_usrstack - p->p_stksize; in savecontext32()
402 (size32_t)p->p_stksize; in savecontext32()
/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c320 size_t oldsize = p->p_stksize; in grow()
335 newsize = p->p_stksize; in grow()
407 saddr = p->p_usrstack - p->p_stksize; in grow_lpg()
467 oldsize = p->p_stksize; in grow_internal()
535 p->p_stksize = newsize; in grow_internal()
H A Dfork.c1094 cp->p_stksize = pp->p_stksize; in getproc()
1350 pp->p_stksize = p->p_stksize; in relvm()
H A Dsubr.c381 if (addr < p->p_usrstack && addr >= (p->p_usrstack - p->p_stksize)) { in report_stack_exec()
H A Dexec.c2162 p->p_stksize = 0; in exec_args()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c193 base = (caddr_t)(p->p_usrstack - p->p_stksize); in pagefault()
194 len = p->p_stksize; in pagefault()
501 len = p->p_stksize; in map_pgszstk()
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c26 return (p->p_usrstack - p->p_stksize); in gcore_prgetstackbase()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h38 size_t p_stksize; member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dsvc.c63 mdb_printf("Stack size for svc_run = %d\n", pool->p_stksize); in svc_print_pool()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c355 p0.p_stksize = 2*PAGESIZE; in mlsetup()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c184 p0.p_stksize = 2*PAGESIZE; in mlsetup()
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c446 return (p->p_usrstack - p->p_stksize); in prgetstackbase()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h287 int p_stksize; /* Stack size for svc_run */ member
H A Dsvc.c622 pool->p_stksize = stksize; in svc_pool_init()
640 (void) zthread_create(NULL, pool->p_stksize, svc_thread_creator, in svc_pool_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h260 size_t p_stksize; /* process stack size in bytes */ member
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c480 p->p_brksize - p->p_bssbase : p->p_stksize; in map_pgsz()
662 base = (caddr_t)p->p_usrstack - p->p_stksize; in pagefault()
663 len = p->p_stksize; in pagefault()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c585 return (p->p_usrstack - p->p_stksize); in prgetstackbase()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2246 stkbase = p->p_usrstack - p->p_stksize; in elfcore()
2247 stksize = p->p_stksize; in elfcore()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c897 sp->pr_stksize = p->p_stksize; in prgetstatus()
1143 sp->pr_stksize = (uint32_t)p->p_stksize; in prgetstatus32()
1909 p->p_stksize - maxstack; in prgetmap()
2024 p->p_stksize - maxstack; in prgetmap32()
H A Dprioctl.c1412 sp->pr_stksize = (size32_t)p->p_stksize; in oprgetstatus32()
3221 sp->pr_stksize = p->p_stksize; in oprgetstatus()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1727 sp->pr_stksize = p->p_stksize; in Pstatus_gcore()