Home
last modified time | relevance | path

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

/arch/um/kernel/
A Dum_arch.c313 unsigned long virtmem_size, max_physmem; in linux_main() local
380 max_physmem = TASK_SIZE - uml_physmem - iomem_size - MIN_VMALLOC; in linux_main()
381 if (physmem_size > max_physmem) { in linux_main()
382 physmem_size = max_physmem; in linux_main()

Completed in 4 milliseconds