Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dnuma.c236 u64 numaram, biosram; in numa_meminfo_cover_memory() local
249 biosram = max_pfn - absent_pages_in_range(0, max_pfn); in numa_meminfo_cover_memory()
251 BUG_ON((s64)(biosram - numaram) >= (1 << (20 - PAGE_SHIFT))); in numa_meminfo_cover_memory()