Home
last modified time | relevance | path

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

/linux-6.12.1/usr/
Dgen_init_cpio.c440 static char *cpio_replace_env(char *new_location) in cpio_replace_env() argument
445 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()
/linux-6.12.1/arch/mips/generic/
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-6.12.1/arch/mips/include/asm/
Dbootinfo.h184 void plat_fdt_relocated(void *new_location);
/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dindex.c321 enum uds_index_region new_location) in set_request_location() argument
323 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()
/linux-6.12.1/arch/mips/kernel/
Drelocate.c35 extern void __weak plat_fdt_relocated(void *new_location);