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

/freebsd-11-stable/sys/i386/i386/
H A Dvm86.c135 u_char i_byte; local
153 i_byte = fubyte(addr);
154 if (i_byte == ADDRESS_SIZE_PREFIX) {
155 i_byte = fubyte(++addr);
160 switch (i_byte) {
162 i_byte = fubyte(++addr);
164 switch (i_byte) {
240 switch (i_byte) {
242 i_byte = fubyte(++addr);
244 switch (i_byte) {
[all...]

Completed in 33 milliseconds