Searched refs:maxloreserve (Results 1 – 1 of 1) sorted by relevance
266 uint32_t maxloreserve; in i386_vm_init() local801 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()