Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/i386/
H A Di386_vm_init.c267 uint32_t maxloreserve; in i386_vm_init() local
802 if (!PE_parse_boot_argn("maxloreserve", &maxloreserve, sizeof(maxloreserve))) { in i386_vm_init()
804 maxloreserve = (MAXLORESERVE / PAGE_SIZE) * 4; in i386_vm_init()
806 maxloreserve = (MAXLORESERVE / PAGE_SIZE) * 2; in i386_vm_init()
808 maxloreserve = MAXLORESERVE / PAGE_SIZE; in i386_vm_init()
815 maxloreserve = (maxloreserve * (1024 * 1024)) / PAGE_SIZE; in i386_vm_init()
818 if (maxloreserve) { in i386_vm_init()
819 vm_lopage_free_limit = maxloreserve; in i386_vm_init()