Home | History | Annotate | Download | only in lib

Lines Matching refs:multiboot_package

354 void multiboot2_header_dump(struct multiboot_package *mbp)
456 mbi_cmdline(struct multiboot_package *mbp, void *buf)
479 mbi_boot_loader_name(struct multiboot_package *mbp, void *buf)
504 mbi_modules(struct multiboot_package *mbp, void *buf)
539 mbi_basic_meminfo(struct multiboot_package *mbp, void *buf)
557 mbi_bootdev(struct multiboot_package *mbp, void *buf)
583 mbi_mmap(struct multiboot_package *mbp, void *buf)
650 mbi_vbe(struct multiboot_package *mbp, void *buf)
675 mbi_framebuffer(struct multiboot_package *mbp, void *buf)
761 mbi_acpi_old(struct multiboot_package *mbp, void *buf)
807 mbi_acpi_new(struct multiboot_package *mbp, void *buf)
852 mbi_apm(struct multiboot_package *mbp, void *buf)
879 mbi_smbios(struct multiboot_package *mbp, void *buf)
953 mbi_network(struct multiboot_package *mbp, void *buf)
975 mbi_elf_sections(struct multiboot_package *mbp, void *buf)
1050 mbi_end(struct multiboot_package *mbp, void *buf)
1064 mbi_load_base_addr(struct multiboot_package *mbp, void *buf)
1082 mbi_efi_bs(struct multiboot_package *mbp, void *buf)
1103 mbi_efi_mmap(struct multiboot_package *mbp, void *buf)
1131 mbi_efi32_ih(struct multiboot_package *mbp, void *buf)
1147 mbi_efi32(struct multiboot_package *mbp, void *buf)
1165 mbi_efi64_ih(struct multiboot_package *mbp, void *buf)
1181 mbi_efi64(struct multiboot_package *mbp, void *buf)
1199 is_tag_required(struct multiboot_package *mbp, uint16_t tag)
1229 mbi_dispatch(struct multiboot_package *mbp, uint16_t type,
1320 exec_multiboot2(struct multiboot_package *mbp)
1444 cleanup_multiboot2(struct multiboot_package *mbp)
1477 struct multiboot_package *
1484 struct multiboot_package *mbp = NULL;