Home
last modified time | relevance | path

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

/linux-6.6.21/arch/riscv/kernel/
Dsetup.c191 res->end = __pfn_to_phys(memblock_region_reserved_end_pfn(region)) - 1; in init_resources()
/linux-6.6.21/arch/arm64/kernel/
Dsetup.c246 res->end = __pfn_to_phys(memblock_region_reserved_end_pfn(region)) - 1; in request_standard_resources()
/linux-6.6.21/include/linux/
Dmemblock.h552 static inline unsigned long memblock_region_reserved_end_pfn(const struct memblock_region *reg) in memblock_region_reserved_end_pfn() function
/linux-6.6.21/arch/loongarch/kernel/
Dsetup.c457 res->end = __pfn_to_phys(memblock_region_reserved_end_pfn(region)) - 1; in resource_init()