BTINFO_MEMMAP
bootinfo_add((struct btinfo_common *)bi, BTINFO_MEMMAP,
BI_ADD(btinfo_memmap, BTINFO_MEMMAP, sizeof(struct btinfo_memmap)
bim = lookup_bootinfo(BTINFO_MEMMAP);
if (efi_e820memmap.bim.common.type == BTINFO_MEMMAP)
efi_e820memmap.bim.common.type = BTINFO_MEMMAP;
bim = (struct btinfo_memmap *)bootinfo_init(BTINFO_MEMMAP,
bim = lookup_bootinfo(BTINFO_MEMMAP);
bim = lookup_bootinfo(BTINFO_MEMMAP);