Searched refs:mpp_mbi (Results 1 – 1 of 1) sorted by relevance
68 struct multiboot_tag *mpp_mbi; member1375 mpp->mpp_mbi = alloc(mpp->mpp_mbi_len); in exec_multiboot2()1376 mbi = (char *)roundup((vaddr_t)mpp->mpp_mbi, MULTIBOOT_TAG_ALIGN); in exec_multiboot2()1448 if (mbp->mbp_priv && mbp->mbp_priv->mpp_mbi) in cleanup_multiboot2()1449 dealloc(mbp->mbp_priv->mpp_mbi, mbp->mbp_priv->mpp_mbi_len); in cleanup_multiboot2()