Searched defs:maxmem (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmain.c91 pgcnt_t maxmem; /* Maximum available memory in pages. */ variable
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2290 uint64_t maxmem = 0; local
2334 (memory.addr + memory.length > maxmem)) {
2335 maxmem = memory.addr + memory.length;
2369 if (maxmem != 0) {
2370 plat_dr_physmax = btop(maxmem);
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h385 uint64_aligned_t maxmem; /* Highest memory address for MDT. */ member in struct:xen_domctl_arch_setup

Completed in 53 milliseconds