Searched refs:mods_count (Results 1 – 6 of 6) sorted by relevance
46 abi->mods_count = mbi->mi_mods_count; in multiboot_to_acrn_bi()48 if (abi->mods_count > MAX_MODULE_NUM) { in multiboot_to_acrn_bi()49 abi->mods_count = MAX_MODULE_NUM; in multiboot_to_acrn_bi()52 for (i = 0U; i < abi->mods_count; i++) { in multiboot_to_acrn_bi()62 abi->mods_count = 0U; in multiboot_to_acrn_bi()
139 abi->mods_count = mod_idx; in multiboot2_to_acrn_bi()
25 for (i = 0; i < abi->mods_count; i++) { in get_boot_mods_range()47 if (abi->mods_count == 0U) { in sanitize_acrn_boot_info()
53 uint32_t mods_count; member
134 for (i = 0U; i < abi->mods_count; i++) { in get_mod_by_tag()167 dev_dbg(DBG_LEVEL_BOOT, "mod counts=%d\n", abi->mods_count); in init_vm_sw_load()
285 for (mod_index = 0; mod_index < abi->mods_count; mod_index++) { in alloc_mods_memory()
Completed in 6 milliseconds