Searched refs:copy_of_bios (Results 1 – 1 of 1) sorted by relevance
494 uchar *copy_of_bios; in PCI_postController() local500 copy_of_bios = bios_rom; in PCI_postController()515 copy_of_bios = malloc(bios_image_len); in PCI_postController()516 if (copy_of_bios == NULL) { in PCI_postController()520 memcpy(copy_of_bios, mapped_bios, bios_image_len); in PCI_postController()536 vga_info->BIOSImage = copy_of_bios; in PCI_postController()540 if (copy_of_bios[0] != 0x55 || copy_of_bios[1] != 0xAA) { in PCI_postController()548 vga_info->BIOSImageLen = copy_of_bios[2] * 512; in PCI_postController()
Completed in 3 milliseconds