OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFLAGS_IF
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/lib/sys/
farcall.c
29
xreg.eflags.l = (xreg.eflags.l & ~
EFLAGS_IF
) | (eflags() &
EFLAGS_IF
);
/external/syslinux/core/
call16.c
47
xreg.eflags.l = (xreg.eflags.l & ~
EFLAGS_IF
) | (eflags() &
EFLAGS_IF
);
/external/syslinux/com32/include/
com32.h
83
#define
EFLAGS_IF
0x00000200
Completed in 78 milliseconds