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

  /external/qemu/
cpu-exec.c 430 } else if (interrupt_request & CPU_INTERRUPT_MCE) {
431 env->interrupt_request &= ~CPU_INTERRUPT_MCE;
    [all...]
cpu-all.h 786 #define CPU_INTERRUPT_MCE 0x1000 /* (x86 only) MCE pending. */
  /external/qemu/target-i386/
helper.c     [all...]

Completed in 1084 milliseconds