Searched refs:new_location (Results 1 – 5 of 5) sorted by relevance
440 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument445 while ((start = strstr(new_location, "${")) && in cpio_replace_env()450 new_location, var ? var : "", end + 1); in cpio_replace_env()451 strcpy(new_location, expanded); in cpio_replace_env()454 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);
321 enum uds_index_region new_location) in set_request_location() argument323 request->location = new_location; in set_request_location()324 request->found = ((new_location == UDS_LOCATION_IN_OPEN_CHAPTER) || in set_request_location()325 (new_location == UDS_LOCATION_IN_DENSE) || in set_request_location()326 (new_location == UDS_LOCATION_IN_SPARSE)); in set_request_location()
35 extern void __weak plat_fdt_relocated(void *new_location);