Searched refs:fdt_phys (Results 1 – 1 of 1) sorted by relevance
335 unsigned long fdt_phys = virt_to_phys(fdt); in relocate_kernel() local346 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && in relocate_kernel()347 fdt_phys <= virt_to_phys(RELOCATED(&_end))) { in relocate_kernel()