HomeSort by relevance Sort by last modified time
    Searched full:io_offset (Results 1 - 1 of 1) sorted by null

  /external/qemu/target-i386/
misc_helper.c 31 int io_offset, val, mask; local
38 io_offset = cpu_lduw_kernel(env, env->tr.base + 0x66);
39 io_offset += (addr >> 3);
41 if ((io_offset + 1) > env->tr.limit)
43 val = cpu_lduw_kernel(env, env->tr.base + io_offset);

Completed in 2939 milliseconds