Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Di386_vm_init.c266 uint32_t maxloreserve; in i386_vm_init() local
801 if (!PE_parse_boot_argn("maxloreserve", &maxloreserve, sizeof(maxloreserve))) { in i386_vm_init()
803 maxloreserve = (MAXLORESERVE / PAGE_SIZE) * 4; in i386_vm_init()
805 maxloreserve = (MAXLORESERVE / PAGE_SIZE) * 2; in i386_vm_init()
807 maxloreserve = MAXLORESERVE / PAGE_SIZE; in i386_vm_init()
814 maxloreserve = (maxloreserve * (1024 * 1024)) / PAGE_SIZE; in i386_vm_init()
817 if (maxloreserve) { in i386_vm_init()
818 vm_lopage_free_limit = maxloreserve; in i386_vm_init()