Home
last modified time | relevance | path

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

/trueos/sys/i386/i386/
HDvm86.c136 u_char i_byte; local
154 i_byte = fubyte(addr);
155 if (i_byte == ADDRESS_SIZE_PREFIX) {
156 i_byte = fubyte(++addr);
161 switch (i_byte) {
163 i_byte = fubyte(++addr);
165 switch (i_byte) {
241 switch (i_byte) {
243 i_byte = fubyte(++addr);
245 switch (i_byte) {
[all …]