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