Home
last modified time | relevance | path

Searched refs:mb_version (Results 1 – 2 of 2) sorted by relevance

/misc/efi-stub/
A Dcontainer.c94 UINT8 mb_version; /* multiboot version of hv image. Can be either 1 or 2. */ member
196 UINT8 *mb_version, LADDR_INFO **laddr, RELOC_INFO **reloc, const void **mb_header) in parse_boot_image() argument
222 *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()
A Dboot.c595 int32_t mb_version = hvld->get_multiboot_version(hvld); in run_acrn() local
602 if (mb_version == 2) { in run_acrn()
617 mb_version == 2 ? MULTIBOOT2_INFO_MAGIC : MULTIBOOT_INFO_MAGIC); in run_acrn()

Completed in 6 milliseconds