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

  /external/qemu/
poison.h 45 #pragma GCC poison CPU_INTERRUPT_SMI
cpu-exec.c 418 if ((interrupt_request & CPU_INTERRUPT_SMI) &&
421 env->interrupt_request &= ~CPU_INTERRUPT_SMI;
    [all...]
cpu-all.h 781 #define CPU_INTERRUPT_SMI 0x40 /* (x86 only) SMI interrupt pending */
  /external/qemu/hw/
apic.c 150 cpu_interrupt(env, CPU_INTERRUPT_SMI);
242 cpu_interrupt(apic_iter->cpu_env, CPU_INTERRUPT_SMI) );

Completed in 545 milliseconds