Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A De820.c833 unsigned long max_arch_pfn = MAX_ARCH_PFN; in e820__end_ram_pfn() local
857 if (last_pfn > max_arch_pfn) in e820__end_ram_pfn()
858 last_pfn = max_arch_pfn; in e820__end_ram_pfn()
861 last_pfn, max_arch_pfn); in e820__end_ram_pfn()