Searched refs:mb_version (Results 1 – 2 of 2) sorted by relevance
94 UINT8 mb_version; /* multiboot version of hv image. Can be either 1 or 2. */ member196 UINT8 *mb_version, LADDR_INFO **laddr, RELOC_INFO **reloc, const void **mb_header) in parse_boot_image() argument222 *mb_version = mbver; in parse_boot_image()262 if (parse_boot_image((const UINT8 *)lzh->Data, &ctr->hv_entry, &ctr->mb_version, in container_load_boot_image()268 if (ctr->mb_version == 2) { in container_load_boot_image()495 return ((struct container *)hvld)->mb_version; in container_get_multiboot_version()
595 int32_t mb_version = hvld->get_multiboot_version(hvld); in run_acrn() local602 if (mb_version == 2) { in run_acrn()617 mb_version == 2 ? MULTIBOOT2_INFO_MAGIC : MULTIBOOT_INFO_MAGIC); in run_acrn()
Completed in 6 milliseconds