Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dbootinfo.h184 void plat_fdt_relocated(void *new_location);
/openbmc/linux/arch/mips/kernel/
H A Drelocate.c35 extern void __weak plat_fdt_relocated(void *new_location);
379 fdt_relocated_ = RELOCATED(&plat_fdt_relocated); in relocate_kernel()
/openbmc/linux/arch/mips/generic/
H A Dinit.c87 void __init plat_fdt_relocated(void *new_location) in plat_fdt_relocated() function