Home | History | Annotate | Download | only in Ia32

Lines Matching defs:Eflags

64   IA32_EFLAGS32           Eflags;

71 ReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextIa32->Eflags;
78 Eflags.UintN = SystemContext.SystemContextIa32->Eflags;
79 Eflags.Bits.IF = 0;
80 SystemContext.SystemContextIa32->Eflags = Eflags.UintN;
104 SystemContext.SystemContextIa32->Eflags = ReservedVectors[ExceptionType].OldFlags;
133 "EIP - %08x, CS - %08x, EFLAGS - %08x\n",
136 SystemContext.SystemContextIa32->Eflags