Searched refs:fdt_phys (Results 1 – 2 of 2) sorted by relevance
341 unsigned long fdt_phys = virt_to_phys(fdt); in relocate_kernel() local352 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && in relocate_kernel()353 fdt_phys <= virt_to_phys(RELOCATED(&_end))) { in relocate_kernel()
36 uint64_t fdt_phys = get_fdt_phys(); in map_fdt_as() local37 unsigned long fdt_phys_tlb = fdt_phys & ~0xffffful; in map_fdt_as()