Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
H A De820.c834 unsigned long max_arch_pfn = MAX_ARCH_PFN; in e820_end_pfn() local
857 if (last_pfn > max_arch_pfn) in e820_end_pfn()
858 last_pfn = max_arch_pfn; in e820_end_pfn()
860 pr_info("last_pfn = %#lx max_arch_pfn = %#lx\n", in e820_end_pfn()
861 last_pfn, max_arch_pfn); in e820_end_pfn()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A De820.c834 unsigned long max_arch_pfn = MAX_ARCH_PFN; in e820_end_pfn() local
857 if (last_pfn > max_arch_pfn) in e820_end_pfn()
858 last_pfn = max_arch_pfn; in e820_end_pfn()
860 pr_info("last_pfn = %#lx max_arch_pfn = %#lx\n", in e820_end_pfn()
861 last_pfn, max_arch_pfn); in e820_end_pfn()

Completed in 4 milliseconds