Searched refs:max_lpsize (Results 1 – 2 of 2) sorted by relevance
461 size_t max_lpsize; in map_pgsz() local473 max_lpsize = memcntl ? mcntl0_lpsize : (maptype == in map_pgsz()475 if (max_lpsize == MMU_PAGESIZE) { in map_pgsz()489 if (LEVEL_SIZE(l) > max_lpsize || len < LEVEL_SIZE(l)) { in map_pgsz()515 map_szcvec(caddr_t addr, size_t size, uintptr_t off, size_t max_lpsize, in map_szcvec() argument525 if (physmem < min_physmem || max_lpsize <= MMU_PAGESIZE) { in map_szcvec()531 if (pgsz > max_lpsize) { in map_szcvec()560 size_t max_lpsize = mcntl0_lpsize; in map_pgszcvec() local567 max_lpsize = max_utext_lpsize; in map_pgszcvec()568 return (map_szcvec(addr, size, off, max_lpsize, in map_pgszcvec()[all …]
585 size_t max_lpsize, size_t min_physmem) in map_szcvec() argument594 if (physmem < min_physmem || max_lpsize <= MMU_PAGESIZE) { in map_szcvec()602 if (pgsz > max_lpsize) { in map_szcvec()