OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 11 milliseconds