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

  /external/qemu/target-i386/
op_helper.c 284 uint32_t old_eflags, eflags_mask; local
372 old_eflags = compute_eflags();
374 old_eflags &= ~NT_MASK;
380 stl_kernel(env->tr.base + 0x24, old_eflags);
394 stw_kernel(env->tr.base + 0x10, old_eflags);
    [all...]

Completed in 309 milliseconds