Searched refs:multiboot_tag_mmap (Results 1 – 3 of 3) sorted by relevance
526 mbi_mmap(struct multiboot_tag_mmap *mbt) in mbi_mmap()883 struct multiboot_tag_mmap *memmap; in multiboot2_print_info()888 memmap = (struct multiboot_tag_mmap *)mbt; in multiboot2_print_info()896 for (mmap = ((struct multiboot_tag_mmap *)mbt)->entries; in multiboot2_print_info()
231 struct multiboot_tag_mmap *memmap; in multiboot2_info_dump()237 memmap = (struct multiboot_tag_mmap *)mbt; in multiboot2_info_dump()243 for (mmap = ((struct multiboot_tag_mmap *)mbt)->entries; in multiboot2_info_dump()586 struct multiboot_tag_mmap *mbt = buf; in mbi_mmap()
242 struct multiboot_tag_mmap struct