HomeSort by relevance Sort by last modified time
    Searched refs:hflags2 (Results 1 - 5 of 5) sorted by null

  /external/qemu/
cpu-exec.c 417 } else if (env->hflags2 & HF2_GIF_MASK) {
425 !(env->hflags2 & HF2_NMI_MASK)) {
427 env->hflags2 |= HF2_NMI_MASK;
435 (((env->hflags2 & HF2_VINTR_MASK) &&
436 (env->hflags2 & HF2_HIF_MASK)) ||
437 (!(env->hflags2 & HF2_VINTR_MASK) &&
    [all...]
  /external/qemu/target-i386/
machine.c 122 qemu_put_be32s(f, &env->hflags2);
314 qemu_get_be32s(f, &env->hflags2);
op_helper.c     [all...]
cpu.h 176 /* hflags2 */
581 uint32_t hflags2; /* various other flags, see HF2_xxx constants. */ member in struct:CPUX86State
helper.c 486 env->hflags2 |= HF2_GIF_MASK;
    [all...]

Completed in 1117 milliseconds