Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/arch/mips/include/asm/
H A Dbootinfo.h184 void plat_fdt_relocated(void *new_location);
/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c168 static IOLocationCounts *new_location(GHashTable *table, uint64_t off_or_pc) in new_location() function
234 io_count = new_location(counts->detail, off); in vcpu_haddr()
/openbmc/linux/arch/mips/kernel/
H A Drelocate.c35 extern void __weak plat_fdt_relocated(void *new_location);