Searched refs:memblock_region_memory_end_pfn (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Dsetup.c208 res->end = __pfn_to_phys(memblock_region_memory_end_pfn(region)) - 1;
/linux-master/arch/arm64/kernel/
H A Dsetup.c236 res->end = __pfn_to_phys(memblock_region_memory_end_pfn(region)) - 1;
/linux-master/include/linux/
H A Dmemblock.h535 * memblock_region_memory_end_pfn - get the end pfn of the memory region
540 static inline unsigned long memblock_region_memory_end_pfn(const struct memblock_region *reg) function
/linux-master/mm/
H A Dmm_init.c780 if (!r || *pfn >= memblock_region_memory_end_pfn(r)) {
782 if (*pfn < memblock_region_memory_end_pfn(r))
788 *pfn = memblock_region_memory_end_pfn(r);
1202 end_pfn = clamp(memblock_region_memory_end_pfn(r),
/linux-master/arch/loongarch/kernel/
H A Dsetup.c443 res->end = __pfn_to_phys(memblock_region_memory_end_pfn(region)) - 1;

Completed in 131 milliseconds