Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dvm86.c186 u_char i_byte; in vm86_emulate() local
204 i_byte = vm86_fubyte(addr); in vm86_emulate()
206 i_byte = vm86_fubyte(++addr); in vm86_emulate()
211 switch (i_byte) { in vm86_emulate()
213 i_byte = vm86_fubyte(++addr); in vm86_emulate()
215 switch (i_byte) { in vm86_emulate()
290 switch (i_byte) { in vm86_emulate()
292 i_byte = vm86_fubyte(++addr); in vm86_emulate()
294 switch (i_byte) { in vm86_emulate()
344 i_byte = vm86_fubyte(addr + 1); in vm86_emulate()
[all …]