Searched refs:new_location (Results 1 – 4 of 4) sorted by relevance
427 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument432 while ((start = strstr(new_location, "${")) && in cpio_replace_env()437 new_location, var ? var : "", end + 1); in cpio_replace_env()438 strcpy(new_location, expanded); in cpio_replace_env()441 return new_location; in cpio_replace_env()
87 void __init plat_fdt_relocated(void *new_location) in plat_fdt_relocated() argument97 fw_arg1 = (unsigned long)new_location; in plat_fdt_relocated()
184 void plat_fdt_relocated(void *new_location);
35 extern void __weak plat_fdt_relocated(void *new_location);
Completed in 6 milliseconds