Searched refs:multiboot2_mmap_entry (Results 1 – 2 of 2) sorted by relevance
19 struct multiboot2_mmap_entry *mb2_mmap = (struct multiboot2_mmap_entry *)mb2_tag_mmap->entries; in mb2_mmap_to_abi()22 abi->mmap_entries = (mb2_tag_mmap->size - 16U) / sizeof(struct multiboot2_mmap_entry); in mb2_mmap_to_abi()
202 struct multiboot2_mmap_entry { struct233 struct multiboot2_mmap_entry entries[0];
Completed in 4 milliseconds