Home
last modified time | relevance | path

Searched refs:MAPPGSZ_HEAP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvmsystm.h106 #define MAPPGSZ_HEAP 0x04 macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dmemcntl.c198 type = MAPPGSZ_HEAP; in memcntl()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c471 case MAPPGSZ_HEAP: in map_pgsz()
474 MAPPGSZ_HEAP ? max_uheap_lpsize : max_ustack_lpsize); in map_pgsz()
479 len = (maptype == MAPPGSZ_HEAP) ? p->p_brkbase + in map_pgsz()
482 len = (maptype == MAPPGSZ_HEAP) ? MAX(len, in map_pgsz()
497 mszc = (maptype == MAPPGSZ_HEAP ? p->p_brkpageszc : in map_pgsz()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c571 case MAPPGSZ_HEAP: in map_pgsz()
/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c137 pgsz = map_pgsz(MAPPGSZ_HEAP, p, bssbase, len, 0); in brk_lpg()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1472 page_szc(map_pgsz(MAPPGSZ_HEAP, in mapelfexec()