Lines Matching refs:bootstage_data
37 struct bootstage_data { struct
59 struct bootstage_data *data; in bootstage_relocate() argument
64 memcpy(to, gd->bootstage, sizeof(struct bootstage_data)); in bootstage_relocate()
86 struct bootstage_record *find_id(struct bootstage_data *data, in find_id()
101 struct bootstage_record *ensure_id(struct bootstage_data *data, in ensure_id()
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()
329 struct bootstage_data *data = gd->bootstage; in bootstage_report()
380 const struct bootstage_data *data = gd->bootstage; in bootstage_stash()
429 struct bootstage_data *data = gd->bootstage; in bootstage_unstash()
519 size = sizeof(struct bootstage_data); in bootstage_get_size()
521 struct bootstage_data *data = gd->bootstage; in bootstage_get_size()
534 struct bootstage_data *data; in bootstage_init()
535 int size = sizeof(struct bootstage_data); in bootstage_init()
537 gd->bootstage = (struct bootstage_data *)malloc(size); in bootstage_init()