Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/i386/
H A Dvm86.c184 u_char i_byte; in vm86_emulate() local
202 i_byte = vm86_fubyte(addr); in vm86_emulate()
204 i_byte = vm86_fubyte(++addr); in vm86_emulate()
209 switch (i_byte) { in vm86_emulate()
211 i_byte = vm86_fubyte(++addr); in vm86_emulate()
213 switch (i_byte) { in vm86_emulate()
288 switch (i_byte) { in vm86_emulate()
290 i_byte = vm86_fubyte(++addr); in vm86_emulate()
292 switch (i_byte) { in vm86_emulate()
342 i_byte = vm86_fubyte(addr + 1); in vm86_emulate()
[all …]