Lines Matching refs:bootstage
53 struct bootstage_data *data = gd->bootstage; in bootstage_relocate()
100 struct bootstage_data *data = gd->bootstage; in bootstage_add_record()
173 struct bootstage_data *data = gd->bootstage; in bootstage_start()
187 struct bootstage_data *data = gd->bootstage; in bootstage_accum()
252 struct bootstage_data *data = gd->bootstage; in add_bootstages_devicetree()
253 int bootstage; in add_bootstages_devicetree() local
265 bootstage = fdt_add_subnode(blob, 0, "bootstage"); in add_bootstages_devicetree()
266 if (bootstage < 0) in add_bootstages_devicetree()
280 node = fdt_add_subnode(blob, bootstage, simple_itoa(i)); in add_bootstages_devicetree()
310 struct bootstage_data *data = gd->bootstage; in bootstage_report()
364 const struct bootstage_data *data = gd->bootstage; in bootstage_stash()
420 struct bootstage_data *data = gd->bootstage; in bootstage_unstash()
497 gd->bootstage = (struct bootstage_data *)malloc(size); in bootstage_init()
498 if (!gd->bootstage) in bootstage_init()
500 data = gd->bootstage; in bootstage_init()