Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H A Dnuma.c245 u64 numaram, biosram; in numa_meminfo_cover_memory() local
258 biosram = max_pfn - absent_pages_in_range(0, max_pfn); in numa_meminfo_cover_memory()
260 BUG_ON((s64)(biosram - numaram) >= (1 << (20 - PAGE_SHIFT))); in numa_meminfo_cover_memory()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds