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

  /external/qemu/include/exec/
poison.h 52 #pragma GCC poison CPU_INTERRUPT_EXITTB
cpu-all.h 380 #define CPU_INTERRUPT_EXITTB 0x0004
  /external/qemu/target-arm/
cpu.h 908 (CPU_INTERRUPT_FIQ | CPU_INTERRUPT_HARD | CPU_INTERRUPT_EXITTB));
helper.c 1001 ENV_GET_CPU(env)->interrupt_request |= CPU_INTERRUPT_EXITTB;
    [all...]
  /external/qemu/
cpu-exec.c 532 if (cpu->interrupt_request & CPU_INTERRUPT_EXITTB) {
533 cpu->interrupt_request &= ~CPU_INTERRUPT_EXITTB;
    [all...]
  /external/qemu/target-i386/
helper.c 847 cpu_interrupt(ENV_GET_CPU(env), CPU_INTERRUPT_EXITTB);
    [all...]

Completed in 139 milliseconds