Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dnuma.c457 u64 numaram, e820ram; in numa_meminfo_cover_memory() local
470 e820ram = max_pfn - absent_pages_in_range(0, max_pfn); in numa_meminfo_cover_memory()
473 if ((s64)(e820ram - numaram) >= (1 << (20 - PAGE_SHIFT))) { in numa_meminfo_cover_memory()
476 (e820ram << PAGE_SHIFT) >> 20); in numa_meminfo_cover_memory()