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

  /external/qemu/target-i386/
exec.h 349 work |= env->interrupt_request & CPU_INTERRUPT_SIPI;
helper.c     [all...]
  /external/qemu/hw/
apic.c 490 cpu_interrupt(s->cpu_env, CPU_INTERRUPT_SIPI);
497 cpu_reset_interrupt(env, CPU_INTERRUPT_SIPI);
  /external/qemu/
cpu-all.h 785 #define CPU_INTERRUPT_SIPI 0x800 /* SIPI pending. */
cpu-exec.c 415 } else if (interrupt_request & CPU_INTERRUPT_SIPI) {
    [all...]

Completed in 315 milliseconds