Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemory_hotplug.h143 extern u64 max_mem_size;
/linux/arch/x86/xen/
H A Dsetup.c552 max_mem_size = end; in xen_align_and_add_e820_region()
810 xen_saved_max_mem_size = max_mem_size; in xen_memory_setup()
/linux/mm/
H A Dmemory_hotplug.c271 u64 max_mem_size = U64_MAX; variable
292 if (start + size > max_mem_size && system_state < SYSTEM_RUNNING) in register_memory_resource()
/linux/arch/x86/kernel/
H A De820.c911 max_mem_size = mem_size; in parse_memopt()