Home
last modified time | relevance | path

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

/linux/arch/um/kernel/
H A Dum_arch.c309 unsigned long virtmem_size, max_physmem; in linux_main() local
372 max_physmem = TASK_SIZE - uml_physmem - MIN_VMALLOC; in linux_main()
373 if (physmem_size > max_physmem) { in linux_main()
374 physmem_size = max_physmem; in linux_main()