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

  /external/qemu/target-i386/
exec.h 348 work |= env->interrupt_request & CPU_INTERRUPT_INIT;
  /external/qemu/
cpu-all.h 784 #define CPU_INTERRUPT_INIT 0x400 /* INIT pending. */
cpu-exec.c 410 if (interrupt_request & CPU_INTERRUPT_INIT) {
    [all...]
  /external/qemu/hw/
apic.c 253 cpu_interrupt(apic_iter->cpu_env, CPU_INTERRUPT_INIT) );

Completed in 607 milliseconds