Searched defs:io_offset (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dpcmcia.h82 ioaddr_t io_offset; member in struct:socket_cap_t
/vbox/src/recompiler/target-i386/
H A Dop_helper.c698 int io_offset, val, mask; local
701 unsigned int io_offset;
709 io_offset = lduw_kernel(env->tr.base + 0x66);
710 io_offset += (addr >> 3);
712 if ((io_offset + 1) > env->tr.limit)
714 val = lduw_kernel(env->tr.base + io_offset);
1124 unsigned int io_offset, intredir_offset; local
1132 io_offset = lduw_kernel(env->tr.base + 0x66);
1134 if (io_offset < 0x68 + 0x20)
1135 io_offset
[all...]

Completed in 96 milliseconds