Home
last modified time | relevance | path

Searched refs:EFLAGS_IF (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/
H A Dfarcall.c29 xreg.eflags.l = (xreg.eflags.l & ~EFLAGS_IF) | (eflags() & EFLAGS_IF); in __farcall()
/dports/sysutils/syslinux/syslinux-6.03/core/
H A Dcall16.c47 xreg.eflags.l = (xreg.eflags.l & ~EFLAGS_IF) | (eflags() & EFLAGS_IF); in call16()
/dports/sysutils/syslinux/syslinux-6.03/com32/include/
H A Dcom32.h83 #define EFLAGS_IF 0x00000200 macro
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dlakemont.c523 eflags & EFLAGS_IF ? 1 : 0); in halt_prep()
524 if ((eflags & EFLAGS_VM86) || (eflags & EFLAGS_IF)) { in halt_prep()
525 x86_32->pm_regs[I(EFLAGS)] = eflags & ~(EFLAGS_VM86 | EFLAGS_IF); in halt_prep()
531 x86_32->pm_regs[I(EFLAGS)] & EFLAGS_IF ? 1 : 0); in halt_prep()
H A Dx86_32_common.h47 #define EFLAGS_IF ((uint32_t)0x00000200) /* Interrupt Flag */ macro
/dports/security/peda/peda-1.2/
H A Dpeda.py1148 EFLAGS_IF = 1 << 9
1162 flags["IF"] = bool(eflags & EFLAGS_IF)
1183 EFLAGS_IF = 1 << 9