Home
last modified time | relevance | path

Searched refs:mods_count (Results 1 – 6 of 6) sorted by relevance

/hypervisor/boot/multiboot/
A Dmultiboot.c46 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()
A Dmultiboot2.c139 abi->mods_count = mod_idx; in multiboot2_to_acrn_bi()
/hypervisor/boot/
A Dboot.c25 for (i = 0; i < abi->mods_count; i++) { in get_boot_mods_range()
47 if (abi->mods_count == 0U) { in sanitize_acrn_boot_info()
/hypervisor/boot/include/
A Dboot.h53 uint32_t mods_count; member
/hypervisor/boot/guest/
A Dvboot_info.c134 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()
/hypervisor/arch/x86/
A De820.c285 for (mod_index = 0; mod_index < abi->mods_count; mod_index++) { in alloc_mods_memory()

Completed in 6 milliseconds