Home | History | Annotate | Download | only in pci

Lines Matching defs:bad_instr

575 	uint8_t *bad_instr;
584 bad_instr = (uint8_t *)pcibios_entry_shadow.offset + 0x499;
585 if (*bad_instr != 0x2e)
587 bad_instr[0] = 0xb4; bad_instr[1] = 0xff; /* mov $0xff,%ah */
588 bad_instr[2] = 0x90; /* nop */
589 bad_instr[3] = 0x90; /* nop */
590 bad_instr[4] = 0x90; /* nop */
591 bad_instr[5] = 0x90; /* nop */
592 bad_instr[6] = 0x90; /* nop */