Lines Matching refs:of_start
243 void *of_start = NULL; in boot_relocate_fdt() local
269 of_start = fdt_blob; in boot_relocate_fdt()
270 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
277 of_start = in boot_relocate_fdt()
280 if (of_start == NULL) { in boot_relocate_fdt()
285 of_start = in boot_relocate_fdt()
289 of_start = in boot_relocate_fdt()
295 if (of_start == NULL) { in boot_relocate_fdt()
305 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
307 of_start, of_start + of_len - 1); in boot_relocate_fdt()
313 of_start, of_start + of_len - 1); in boot_relocate_fdt()
315 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
323 *of_flat_tree = of_start; in boot_relocate_fdt()