Home
last modified time | relevance | path

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

/linux-3.4.99/arch/um/kernel/
Dum_arch.c262 unsigned long virtmem_size, max_physmem; in linux_main() local
322 max_physmem = TASK_SIZE - uml_physmem - iomem_size - MIN_VMALLOC; in linux_main()
328 max_physmem &= ~((1 << (PAGE_SHIFT + MAX_ORDER)) - 1); in linux_main()
329 if (physmem_size + iomem_size > max_physmem) { in linux_main()
330 highmem = physmem_size + iomem_size - max_physmem; in linux_main()