Searched refs:i_byte (Results 1 – 1 of 1) sorted by relevance
183 u_char i_byte; in vm86_emulate() local201 i_byte = vm86_fubyte(addr); in vm86_emulate()202 if (i_byte == ADDRESS_SIZE_PREFIX) { in vm86_emulate()203 i_byte = vm86_fubyte(++addr); in vm86_emulate()208 switch (i_byte) { in vm86_emulate()210 i_byte = vm86_fubyte(++addr); in vm86_emulate()212 switch (i_byte) { in vm86_emulate()287 switch (i_byte) { in vm86_emulate()289 i_byte = vm86_fubyte(++addr); in vm86_emulate()291 switch (i_byte) { in vm86_emulate()[all …]