Home
last modified time | relevance | path

Searched refs:new_location (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/usr/
H A Dgen_init_cpio.c383 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument
388 while ((start = strstr(new_location, "${")) && in cpio_replace_env()
393 new_location, var ? var : "", end + 1); in cpio_replace_env()
394 strcpy(new_location, expanded); in cpio_replace_env()
397 return new_location; in cpio_replace_env()
/kernel/linux/linux-6.6/usr/
H A Dgen_init_cpio.c433 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument
438 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()
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dinit.c88 void __init plat_fdt_relocated(void *new_location) in plat_fdt_relocated() argument
98 fw_arg1 = (unsigned long)new_location; in plat_fdt_relocated()
/kernel/linux/linux-6.6/arch/mips/generic/
H 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()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dbootinfo.h161 void plat_fdt_relocated(void *new_location);
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dbootinfo.h184 void plat_fdt_relocated(void *new_location);
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Drelocate.c34 extern void __weak plat_fdt_relocated(void *new_location);
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Drelocate.c35 extern void __weak plat_fdt_relocated(void *new_location);

Completed in 5 milliseconds