Searched refs:new_bootstage (Results 1 – 2 of 2) sorted by relevance
543 gd->new_bootstage = map_sysmem(gd->start_addr_sp, size); in reserve_bootstage()639 if (gd->new_bootstage) { in reloc_bootstage()643 gd->bootstage, gd->new_bootstage, size); in reloc_bootstage()644 memcpy(gd->new_bootstage, gd->bootstage, size); in reloc_bootstage()645 gd->bootstage = gd->new_bootstage; in reloc_bootstage()
364 struct bootstage_data *new_bootstage; member
Completed in 6 milliseconds