Searched refs:multiboot_flags (Results 1 – 1 of 1) sorted by relevance
164 uint32_t *multiboot_flags) in acrn_load_elf() argument216 *multiboot_flags = ptr32[i + 1]; in acrn_load_elf()263 uint32_t multiboot_flags = 0; in acrn_sw_load_elf() local267 ret = acrn_load_elf(ctx, elf_file_name, &entry, &multiboot_flags); in acrn_sw_load_elf()302 if (multiboot_flags == (1 << 1)) { in acrn_sw_load_elf()
Completed in 12 milliseconds