Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/
Dbootinfo.h161 void plat_fdt_relocated(void *new_location);
/Linux-v5.10/arch/mips/kernel/
Drelocate.c34 extern void __weak plat_fdt_relocated(void *new_location);
352 fdt_relocated_ = RELOCATED(&plat_fdt_relocated); in relocate_kernel()
/Linux-v5.10/arch/mips/generic/
Dinit.c88 void __init plat_fdt_relocated(void *new_location) in plat_fdt_relocated() function