Home
last modified time | relevance | path

Searched refs:i_byte (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/i386/i386/
H A Dvm86.c183 u_char i_byte; in vm86_emulate() local
201 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 …]