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

  /external/qemu/
cpu-exec.c 469 } else if (interrupt_request & CPU_INTERRUPT_TIMER) {
471 env->interrupt_request &= ~CPU_INTERRUPT_TIMER;
    [all...]
cpu-all.h 768 #define CPU_INTERRUPT_TIMER 0x08 /* internal timer exception pending */

Completed in 763 milliseconds