Home | History | Annotate | Download | only in efiboot

Lines Matching defs:btinfo_efimemmap

44 struct btinfo_efimemmap *btinfo_efimemmap = NULL;
139 allocsz = sizeof(struct btinfo_efimemmap) - 1
141 btinfo_efimemmap = alloc(allocsz);
142 btinfo_efimemmap->num = NoEntries;
143 btinfo_efimemmap->version = DescriptorVersion;
144 btinfo_efimemmap->size = DescriptorSize;
145 memcpy(btinfo_efimemmap->memmap, desc, NoEntries * DescriptorSize);
146 BI_ADD(btinfo_efimemmap, BTINFO_EFIMEMMAP, allocsz);