Lines Matching refs:of_start
156 void *of_start = NULL; in boot_relocate_fdt() local
182 of_start = fdt_blob; in boot_relocate_fdt()
183 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
186 of_start = in boot_relocate_fdt()
189 if (of_start == NULL) { in boot_relocate_fdt()
194 of_start = in boot_relocate_fdt()
198 of_start = in boot_relocate_fdt()
204 if (of_start == NULL) { in boot_relocate_fdt()
214 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
216 of_start, of_start + of_len - 1); in boot_relocate_fdt()
222 of_start, of_start + of_len - 1); in boot_relocate_fdt()
224 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
232 *of_flat_tree = of_start; in boot_relocate_fdt()