Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Drelocate.c335 unsigned long fdt_phys = virt_to_phys(fdt); in relocate_kernel() local
346 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && in relocate_kernel()
347 fdt_phys <= virt_to_phys(RELOCATED(&_end))) { in relocate_kernel()