Lines Matching defs:physmem
207 * than PHYSMEM is required in 32 bit mode, physmem can be set to the desired
231 pgcnt_t physmem = PHYSMEM;
1094 * If physmem is patched to be non-zero, use it instead of the computed
1097 if (physmem == 0 || physmem > npages) {
1098 physmem = npages;
1099 } else if (physmem < npages) {
1101 npages = physmem;
1103 PRM_DEBUG(physmem);
1174 pse_shift = size_pse_array(physmem, max_ncpus);
1445 * orig_npages is non-zero if physmem has been configured for less
1449 cmn_err(CE_WARN, "!%slimiting physmem to 0x%lx of 0x%lx pages",
1572 maxmem = physmem;
1813 sz = MIN(sz, MAX(SEGKPMINSIZE, mmu_ptob(physmem)));
1825 * We scale the size of segzio linearly with physmem up to
1826 * SEGZIOMAXSIZE. Above that amount it scales at 50% of physmem.
1832 size_t physmem_size = mmu_ptob(physmem);
2071 if (physmem < privm_lpg_min_physmem || mmu.max_page_level == 0 ||
3028 /* physmem used to be here, but moved much earlier to fakebop.c */