Home
last modified time | relevance | path

Searched refs:new_location (Results 1 – 4 of 4) sorted by relevance

/linux/usr/
A Dgen_init_cpio.c389 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument
394 while ((start = strstr(new_location, "${")) && in cpio_replace_env()
399 new_location, var ? var : "", end + 1); in cpio_replace_env()
400 strcpy(new_location, expanded); in cpio_replace_env()
403 return new_location; in cpio_replace_env()
/linux/arch/mips/generic/
A Dinit.c87 void __init plat_fdt_relocated(void *new_location) in plat_fdt_relocated() argument
97 fw_arg1 = (unsigned long)new_location; in plat_fdt_relocated()
/linux/arch/mips/include/asm/
A Dbootinfo.h184 void plat_fdt_relocated(void *new_location);
/linux/arch/mips/kernel/
A Drelocate.c35 extern void __weak plat_fdt_relocated(void *new_location);

Completed in 7 milliseconds