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

  /external/qemu/include/exec/
poison.h 58 #pragma GCC poison CPU_INTERRUPT_VIRQ
  /external/qemu/target-i386/
svm_helper.c 231 ENV_GET_CPU(env)->interrupt_request |= CPU_INTERRUPT_VIRQ;
526 if (ENV_GET_CPU(env)->interrupt_request & CPU_INTERRUPT_VIRQ)
543 ENV_GET_CPU(env)->interrupt_request &= ~CPU_INTERRUPT_VIRQ;
cpu.h 601 #define CPU_INTERRUPT_VIRQ CPU_INTERRUPT_TGT_INT_0
    [all...]
  /external/qemu/
cpu-exec.c 382 cpu->interrupt_request &= ~(CPU_INTERRUPT_HARD | CPU_INTERRUPT_VIRQ);
390 } else if ((interrupt_request & CPU_INTERRUPT_VIRQ) &&
399 cpu->interrupt_request &= ~CPU_INTERRUPT_VIRQ;
    [all...]

Completed in 195 milliseconds