Searched refs:maxmem (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_init.c118 unsigned int maxmem; local
174 if (!PE_parse_boot_argn("maxmem", &maxmem, sizeof (maxmem)))
177 maxmemtouse = ((uint64_t)maxmem) * (uint64_t)(1024 * 1024);
H A Di386_vm_init.c88 uint64_t max_mem; /* Size of physical memory (bytes), adjusted by maxmem */
154 i386_vm_init(uint64_t maxmem, argument
399 * Unless overriden by the maxmem= boot-arg
400 * -- which is a non-zero maxmem argument to this function.
402 if (maxmem == 0 && sane_size > K32_MAXMEM) {
403 maxmem = K32_MAXMEM;
409 * if user set maxmem, reduce memory sizes
411 if ( (maxmem > (uint64_t)first_avail) && (maxmem < sane_size)) {
412 ppnum_t discarded_pages = (sane_size - maxmem) >> I386_PGSHIF
[all...]
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_alloc.h63 zone_t mac_zinit (vm_size_t size, vm_size_t maxmem,
H A Dmac_alloc.c132 mac_zinit(vm_size_t size, vm_size_t maxmem, vm_size_t alloc, const char *name) argument
135 return zinit(size, maxmem, alloc, name);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_init.c141 unsigned int maxmem; local
239 if (!PE_parse_boot_argn("maxmem", &maxmem, sizeof (maxmem)))
242 xmaxmem = (uint64_t)maxmem * (1024 * 1024);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.h182 vm_size_t maxmem, /* maximum memory to use */

Completed in 86 milliseconds