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

  /external/qemu/target-i386/
cpu.h 185 #define HF2_NMI_MASK (1 << HF2_NMI_SHIFT)
op_helper.c     [all...]
  /external/qemu/
cpu-exec.c 402 !(env->hflags2 & HF2_NMI_MASK)) {
404 env->hflags2 |= HF2_NMI_MASK;
    [all...]

Completed in 26 milliseconds