Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/kernel/
Drelocate.c362 unsigned long fdt_phys = virt_to_phys(fdt); in relocate_kernel() local
373 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && in relocate_kernel()
374 fdt_phys <= virt_to_phys(RELOCATED(&_end))) { in relocate_kernel()