Home
last modified time | relevance | path

Searched refs:max_lpsize (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c461 size_t max_lpsize; in map_pgsz() local
475 if (max_lpsize == MMU_PAGESIZE) { in map_pgsz()
531 if (pgsz > max_lpsize) { in map_szcvec()
560 size_t max_lpsize = mcntl0_lpsize; in map_pgszcvec() local
567 max_lpsize = max_utext_lpsize; in map_pgszcvec()
568 return (map_szcvec(addr, size, off, max_lpsize, in map_pgszcvec()
573 max_lpsize = max_uidata_lpsize; in map_pgszcvec()
579 max_lpsize = max_shm_lpsize; in map_pgszcvec()
585 max_lpsize = max_uheap_lpsize; in map_pgszcvec()
591 max_lpsize = max_ustack_lpsize; in map_pgszcvec()
[all …]
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c585 size_t max_lpsize, size_t min_physmem) in map_szcvec() argument
594 if (physmem < min_physmem || max_lpsize <= MMU_PAGESIZE) { in map_szcvec()
602 if (pgsz > max_lpsize) { in map_szcvec()