OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HF2_GIF_MASK
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
cpu.h
183
#define
HF2_GIF_MASK
(1 << HF2_GIF_SHIFT)
helper.c
485
env->hflags2 |=
HF2_GIF_MASK
;
[
all
...]
op_helper.c
[
all
...]
/external/qemu/
cpu-exec.c
394
} else if (env->hflags2 &
HF2_GIF_MASK
) {
[
all
...]
Completed in 611 milliseconds