Lines Matching defs:physmem
120 pgcnt_t physmem = 0; /* memory size in pages, patch if you want less */
433 * | segmap segment | SEGMAPSIZE (1/8th physmem,
1314 * If physmem is patched to be non-zero, use it instead of
1315 * the monitor value unless physmem is larger than the total
1318 if (physmem == 0 || physmem > npages)
1319 physmem = npages;
1328 * a significant portion of memory), physmem is adjusted.
1336 physmem -= ramdisk_npages;
1549 maxmem = physmem;
1887 if (physmem + ramdisk_npages < npages) {
1892 cmn_err(CE_WARN, "limiting physmem to %ld pages", physmem);
1895 diff = npages - (physmem + ramdisk_npages);
1903 cmn_err(CE_PANIC, "limited physmem too much!");
1912 * When printing memory, show the total as physmem less
1925 if (physmem < privm_lpg_min_physmem) {
1950 max_phys_segkp = (physmem * 2);
2010 size_t physmem_b = mmu_ptob(physmem);