Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/kernel/
Dsetup.c194 res->start = __pfn_to_phys(memblock_region_reserved_base_pfn(region)); in init_resources()
/linux-5.19.10/arch/arm64/kernel/
Dsetup.c242 res->start = __pfn_to_phys(memblock_region_reserved_base_pfn(region)); in request_standard_resources()
/linux-5.19.10/arch/loongarch/kernel/
Dsetup.c287 res->start = __pfn_to_phys(memblock_region_reserved_base_pfn(region)); in resource_init()
/linux-5.19.10/include/linux/
Dmemblock.h540 static inline unsigned long memblock_region_reserved_base_pfn(const struct memblock_region *reg) in memblock_region_reserved_base_pfn() function