Searched refs:bootstage (Results 1 – 2 of 2) sorted by relevance
65 data = gd->bootstage = to; in bootstage_relocate()119 struct bootstage_data *data = gd->bootstage; in bootstage_add_record()197 struct bootstage_data *data = gd->bootstage; in bootstage_start()211 struct bootstage_data *data = gd->bootstage; in bootstage_accum()271 struct bootstage_data *data = gd->bootstage; in add_bootstages_devicetree()272 int bootstage; in add_bootstages_devicetree() local285 if (bootstage < 0) in add_bootstages_devicetree()329 struct bootstage_data *data = gd->bootstage; in bootstage_report()429 struct bootstage_data *data = gd->bootstage; in bootstage_unstash()538 if (!gd->bootstage) in bootstage_init()[all …]
54 obj-$(CONFIG_$(PHASE_)BOOTSTAGE) += bootstage.o
Completed in 11 milliseconds