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

  /external/qemu/target-i386/
svm_helper.c 228 env->hflags2 |= HF2_GIF_MASK;
361 env->hflags2 |= HF2_GIF_MASK;
367 env->hflags2 &= ~HF2_GIF_MASK;
590 env->hflags2 &= ~HF2_GIF_MASK;
cpu.h 190 #define HF2_GIF_MASK (1 << HF2_GIF_SHIFT)
    [all...]
helper.c 486 env->hflags2 |= HF2_GIF_MASK;
    [all...]
  /external/qemu/
cpu-exec.c 357 } else if (env->hflags2 & HF2_GIF_MASK) {
    [all...]

Completed in 445 milliseconds