Home | History | Annotate | Download | only in target-i386

Lines Matching full:io_offset

523     int io_offset, val, mask;
530 io_offset = lduw_kernel(env->tr.base + 0x66);
531 io_offset += (addr >> 3);
533 if ((io_offset + 1) > env->tr.limit)
535 val = lduw_kernel(env->tr.base + io_offset);