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

  /external/qemu/include/exec/
poison.h 55 #pragma GCC poison CPU_INTERRUPT_HALT
cpu-all.h 383 #define CPU_INTERRUPT_HALT 0x0020
  /external/qemu/
cpu-exec.c 342 if (interrupt_request & CPU_INTERRUPT_HALT) {
343 cpu->interrupt_request &= ~CPU_INTERRUPT_HALT;
    [all...]
  /external/qemu/target-arm/
helper.c     [all...]

Completed in 198 milliseconds