Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c373 size_t max_lpsize; in map_pgsz() local
385 max_lpsize = memcntl ? mcntl0_lpsize : (maptype == in map_pgsz()
387 if (max_lpsize == MMU_PAGESIZE) { in map_pgsz()
401 if (LEVEL_SIZE(l) > max_lpsize || len < LEVEL_SIZE(l)) { in map_pgsz()
427 map_szcvec(caddr_t addr, size_t size, uintptr_t off, size_t max_lpsize, in map_szcvec() argument
437 if (physmem < min_physmem || max_lpsize <= MMU_PAGESIZE) { in map_szcvec()
443 if (pgsz > max_lpsize) { in map_szcvec()
472 size_t max_lpsize = mcntl0_lpsize; in map_pgszcvec() local
479 max_lpsize = max_utext_lpsize; in map_pgszcvec()
480 return (map_szcvec(addr, size, off, max_lpsize, in map_pgszcvec()
[all …]
/titanic_44/usr/src/uts/sun4/vm/
H A Dvm_dep.c646 size_t max_lpsize, size_t min_physmem) in map_szcvec() argument
655 if (physmem < min_physmem || max_lpsize <= MMU_PAGESIZE) { in map_szcvec()
663 if (pgsz > max_lpsize) { in map_szcvec()