Searched refs:max_lpsize (Results 1 – 2 of 2) sorted by relevance
373 size_t max_lpsize; in map_pgsz() local385 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() argument437 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() local479 max_lpsize = max_utext_lpsize; in map_pgszcvec()480 return (map_szcvec(addr, size, off, max_lpsize, in map_pgszcvec()[all …]
646 size_t max_lpsize, size_t min_physmem) in map_szcvec() argument655 if (physmem < min_physmem || max_lpsize <= MMU_PAGESIZE) { in map_szcvec()663 if (pgsz > max_lpsize) { in map_szcvec()