Searched refs:mi_flags (Results 1 – 3 of 3) sorted by relevance
31 …if (((mbi->mi_flags & MULTIBOOT_INFO_HAS_MMAP) != 0U) && (abi->mmap_entries != 0U) && (mmap != NUL… in multiboot_to_acrn_bi()47 …if (((mbi->mi_flags & MULTIBOOT_INFO_HAS_MODS) != 0U) && (mbi->mi_mods_count != 0U) && (mods != NU… in multiboot_to_acrn_bi()
309 mb_info.mi_flags |= MULTIBOOT_INFO_HAS_MMAP; in elf_loader()317 mb_info.mi_flags |= MULTIBOOT_INFO_HAS_CMDLINE; in elf_loader()325 mb_info.mi_flags |= MULTIBOOT_INFO_HAS_LOADER_NAME; in elf_loader()
96 uint32_t mi_flags; member
Completed in 6 milliseconds