OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HF2_NMI_MASK
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
cpu.h
185
#define
HF2_NMI_MASK
(1 << HF2_NMI_SHIFT)
op_helper.c
[
all
...]
/external/qemu/
cpu-exec.c
425
!(env->hflags2 &
HF2_NMI_MASK
)) {
427
env->hflags2 |=
HF2_NMI_MASK
;
[
all
...]
Completed in 27 milliseconds