Searched refs:mb_info (Results 1 – 2 of 2) sorted by relevance
31 struct multiboot_info mb_info; member300 struct multiboot_info mb_info; in elf_loader() local309 mb_info.mi_flags |= MULTIBOOT_INFO_HAS_MMAP; in elf_loader()310 mb_info.mi_mmap_addr = (uint32_t)(load_params_gpa + in elf_loader()312 mb_info.mi_mmap_length = mmap_length; in elf_loader()317 mb_info.mi_flags |= MULTIBOOT_INFO_HAS_CMDLINE; in elf_loader()318 mb_info.mi_cmdline = load_params_gpa + in elf_loader()325 mb_info.mi_flags |= MULTIBOOT_INFO_HAS_LOADER_NAME; in elf_loader()326 mb_info.mi_loader_name = load_params_gpa + in elf_loader()329 offsetof(struct elf_boot_para, mb_info), in elf_loader()[all …]
16 int32_t multiboot_to_acrn_bi(struct acrn_boot_info *abi, void *mb_info) { in multiboot_to_acrn_bi() argument18 struct multiboot_info *mbi = (struct multiboot_info *)(hpa2hva_early((uint64_t)mb_info)); in multiboot_to_acrn_bi()
Completed in 6 milliseconds