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

  /external/qemu/target-i386/
op_helper.c 284 uint32_t old_eflags, eflags_mask; local
441 eflags_mask = TF_MASK | AC_MASK | ID_MASK |
444 eflags_mask &= 0xffff;
445 load_eflags(new_eflags, eflags_mask);
2523 int eflags_mask; local
2582 int cpl, dpl, rpl, eflags_mask, iopl; local
    [all...]

Completed in 575 milliseconds