Lines Matching refs:of_start
117 void *of_start = NULL; in boot_relocate_fdt() local
143 of_start = fdt_blob; in boot_relocate_fdt()
144 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
147 of_start = in boot_relocate_fdt()
150 if (of_start == NULL) { in boot_relocate_fdt()
155 of_start = in boot_relocate_fdt()
159 of_start = in boot_relocate_fdt()
165 if (of_start == NULL) { in boot_relocate_fdt()
175 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
177 of_start, of_start + of_len - 1); in boot_relocate_fdt()
183 of_start, of_start + of_len - 1); in boot_relocate_fdt()
185 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
193 *of_flat_tree = of_start; in boot_relocate_fdt()