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