Lines Matching refs:physmem
208 * than PHYSMEM is required in 32 bit mode, physmem can be set to the desired
232 pgcnt_t physmem = PHYSMEM;
1156 * If physmem is patched to be non-zero, use it instead of the computed
1159 if (physmem == 0 || physmem > npages) {
1160 physmem = npages;
1161 } else if (physmem < npages) {
1163 npages = physmem;
1165 PRM_DEBUG(physmem);
1236 pse_shift = size_pse_array(physmem, max_ncpus);
1251 * In the general case (>256GB), we use (4 * physmem) for the
1254 * - 1 * physmem for segkpm
1255 * - 1.5 * physmem for segzio
1256 * - 1.5 * physmem for heap
1257 * Total: 4.0 * physmem
1259 * Note that the segzio and heap sizes are more than physmem so that
1261 * able to use nearly all of physmem. The value of 1.5x is determined
1532 * orig_npages is non-zero if physmem has been configured for less
1536 cmn_err(CE_WARN, "!%slimiting physmem to 0x%lx of 0x%lx pages",
1659 maxmem = physmem;
1923 sz = MIN(sz, MAX(SEGKPMINSIZE, mmu_ptob(physmem)));
1935 * We can use 1.5x physmem for segzio, leaving approximately
1936 * another 1.5x physmem for heap. See also the comment in
1943 size_t physmem_size = mmu_ptob(physmem);
2177 if (physmem < privm_lpg_min_physmem || mmu.max_page_level == 0 ||
3134 /* physmem used to be here, but moved much earlier to fakebop.c */