Home
last modified time | relevance | path

Searched refs:maxmem (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2683 uint64_t maxmem = 0; in process_srat() local
2729 (memory.addr + memory.length > maxmem)) { in process_srat()
2730 maxmem = memory.addr + memory.length; in process_srat()
2765 if (maxmem != 0) { in process_srat()
2766 plat_dr_physmax = btop(maxmem); in process_srat()
H A Dstartup.c1555 maxmem = physmem; in startup_modules()
2290 maxmem = freemem; in post_startup()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h79 extern pgcnt_t maxmem; /* max available memory (pages) */
/illumos-gate/usr/src/uts/common/os/
H A Dmain.c92 pgcnt_t maxmem; /* Maximum available memory in pages. */ variable
H A Dmem_config.c538 maxmem += npgs; in kphysm_add_memory_dynamic()
2783 maxmem -= avpgs; in kphysm_del_cleanup()
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h385 uint64_aligned_t maxmem; /* Highest memory address for MDT. */ member
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1523 maxmem = physmem; in startup_modules()
2252 maxmem = freemem; in post_startup()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c809 rsm_pgcnt_max = (percent*maxmem)/100; in rsm_attach()
815 maxmem, rsm_pgcnt_max)); in rsm_attach()