exec_multiboot2.c | 165 struct multiboot_tag *mbt; local in function:multiboot2_info_dump 186 mbt = (struct multiboot_tag *)(uint32_t *)mbi + 2; 187 actual_size = (char *)mbt - mbi; 193 cp = cp + roundup(mbt->size, MULTIBOOT_TAG_ALIGN)) { 194 mbt = (struct multiboot_tag *)cp; 195 actual_size += roundup(mbt->size, MULTIBOOT_TAG_ALIGN); 198 i++, mbt->type, mbi_tag_name(mbt->type), mbt->size); 200 switch (mbt->type) 458 struct multiboot_tag_string *mbt = buf; local in function:mbi_cmdline 481 struct multiboot_tag_string *mbt = buf; local in function:mbi_boot_loader_name 506 struct multiboot_tag_module *mbt = buf; local in function:mbi_modules 541 struct multiboot_tag_basic_meminfo *mbt = buf; local in function:mbi_basic_meminfo 559 struct multiboot_tag_bootdev *mbt = buf; local in function:mbi_bootdev 586 struct multiboot_tag_mmap *mbt = buf; local in function:mbi_mmap 655 struct multiboot_tag_vbe *mbt = buf; local in function:mbi_vbe 678 struct multiboot_tag_framebuffer *mbt = buf; local in function:mbi_framebuffer 764 struct multiboot_tag_old_acpi *mbt = buf; local in function:mbi_acpi_old 810 struct multiboot_tag_new_acpi *mbt = buf; local in function:mbi_acpi_new 856 struct multiboot_tag_apm *mbt = buf; local in function:mbi_apm 882 struct multiboot_tag_smbios *mbt = buf; local in function:mbi_smbios 957 struct multiboot_tag_network *mbt = buf; local in function:mbi_network 978 struct multiboot_tag_elf_sections *mbt = buf; local in function:mbi_elf_sections 1052 struct multiboot_tag *mbt = buf; local in function:mbi_end 1067 struct multiboot_tag_load_base_addr *mbt = buf; local in function:mbi_load_base_addr 1085 struct multiboot_tag *mbt = buf; local in function:mbi_efi_bs 1106 struct multiboot_tag_efi_mmap *mbt = buf; local in function:mbi_efi_mmap 1134 struct multiboot_tag_efi32_ih *mbt = buf; local in function:mbi_efi32_ih 1150 struct multiboot_tag_efi32 *mbt = buf; local in function:mbi_efi32 1168 struct multiboot_tag_efi64_ih *mbt = buf; local in function:mbi_efi64_ih 1184 struct multiboot_tag_efi64 *mbt = buf; local in function:mbi_efi64 1486 struct multiboot_header_tag *mbt; local in function:probe_multiboot2 [all...] |