Searched refs:new_location (Results 1 – 5 of 5) sorted by relevance
433 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument438 while ((start = strstr(new_location, "${")) && in cpio_replace_env()443 new_location, var ? var : "", end + 1); in cpio_replace_env()444 strcpy(new_location, expanded); in cpio_replace_env()447 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);
168 static IOLocationCounts *new_location(GHashTable *table, uint64_t off_or_pc) in new_location() function234 io_count = new_location(counts->detail, off); in vcpu_haddr()
35 extern void __weak plat_fdt_relocated(void *new_location);