Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dnuma.c442 u64 numaram, e820ram; in numa_meminfo_cover_memory() local
455 e820ram = max_pfn - absent_pages_in_range(0, max_pfn); in numa_meminfo_cover_memory()
458 if ((s64)(e820ram - numaram) >= (1 << (20 - PAGE_SHIFT))) { in numa_meminfo_cover_memory()
461 (e820ram << PAGE_SHIFT) >> 20); in numa_meminfo_cover_memory()