Searched refs:new_bloblist (Results 1 – 2 of 2) sorted by relevance
571 gd->new_bloblist = map_sysmem(gd->start_addr_sp, CONFIG_BLOBLIST_SIZE); in reserve_bloblist()688 if (gd->new_bloblist) { in reloc_bloblist()692 gd->bloblist, gd->new_bloblist, size); in reloc_bloblist()693 memcpy(gd->new_bloblist, gd->bloblist, size); in reloc_bloblist()694 gd->bloblist = gd->new_bloblist; in reloc_bloblist()
131 struct bloblist_hdr *new_bloblist; /* Relocated blolist info */ member