OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSTEP_NOIRQ
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
gdbstub.c
297
static int sstep_flags = SSTEP_ENABLE|
SSTEP_NOIRQ
|SSTEP_NOTIMER;
[
all
...]
cpu-all.h
808
#define
SSTEP_NOIRQ
0x2 /* Do not use IRQ while single stepping */
cpu-exec.c
335
if (unlikely(env->singlestep_enabled &
SSTEP_NOIRQ
)) {
[
all
...]
Completed in 237 milliseconds