new_location       89 arch/mips/generic/init.c void __init plat_fdt_relocated(void *new_location)
new_location       99 arch/mips/generic/init.c 		fw_arg1 = (unsigned long)new_location;
new_location      165 arch/mips/include/asm/bootinfo.h void plat_fdt_relocated(void *new_location);
new_location       34 arch/mips/kernel/relocate.c extern void __weak plat_fdt_relocated(void *new_location);
new_location      383 usr/gen_init_cpio.c static char *cpio_replace_env(char *new_location)
new_location      388 usr/gen_init_cpio.c 	while ((start = strstr(new_location, "${")) &&
new_location      393 usr/gen_init_cpio.c 			 new_location, var ? var : "", end + 1);
new_location      394 usr/gen_init_cpio.c 		strcpy(new_location, expanded);
new_location      397 usr/gen_init_cpio.c 	return new_location;