Searched refs:copy_of_bios (Results 1 – 1 of 1) sorted by relevance
492 uchar *copy_of_bios; in PCI_postController() local498 copy_of_bios = bios_rom; in PCI_postController()513 copy_of_bios = malloc(bios_image_len); in PCI_postController()514 if (copy_of_bios == NULL) { in PCI_postController()518 memcpy(copy_of_bios, mapped_bios, bios_image_len); in PCI_postController()534 vga_info->BIOSImage = copy_of_bios; in PCI_postController()538 if (copy_of_bios[0] != 0x55 || copy_of_bios[1] != 0xAA) { in PCI_postController()546 vga_info->BIOSImageLen = copy_of_bios[2] * 512; in PCI_postController()