HomeSort by relevance Sort by last modified time
    Searched defs:Eflags (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 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
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 65 IA32_EFLAGS32 Eflags;
81 Eflags.UintN = SystemContext.SystemContextX64->Rflags;
82 Eflags.Bits.IF = 0;
83 SystemContext.SystemContextX64->Rflags = Eflags.UintN;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 61 Eflags dd 55555555h ; ?
87 ;; UINT32 EFlags;
193 ;; eflags from interrupted task
216 ;; UINT32 EFlags;
227 ;; Save interrupt state eflags register...
230 mov dword ptr Eflags, eax
272 ; application stack has eflags, cs, & eip, so
316 ;; UINT32 EFlags;
317 ;; Eflags from application is two entries back in application stack
366 ;; UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/
ResetSystemLib.c 201 UINTN Eflags;
206 Eflags = AsmReadEflags ();
207 if ( (Eflags & 0x200) ) {
318 if ( (Eflags & 0x200) ) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmProfileArch.h 42 UINT32 Eflags;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
X86Thunk.c 65 IN UINTN Eflags
113 UINTN Eflags;
126 Eflags = AsmGetEflags ();
138 AsmSetEflags (Eflags);
235 UINTN EFLAGS;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
GccInline.c 178 Reads the current value of the EFLAGS register.
180 Reads and returns the current value of the EFLAGS register. This function is
184 @return EFLAGS on IA-32 or RFLAGS on X64.
193 UINTN Eflags;
198 : "=r" (Eflags)
201 return Eflags;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
GccInline.c 188 Reads the current value of the EFLAGS register.
190 Reads and returns the current value of the EFLAGS register. This function is
194 @return EFLAGS on IA-32 or RFLAGS on X64.
203 UINTN Eflags;
208 : "=r" (Eflags) // %0
211 return Eflags;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c 780 IA32_EFLAGS32 *Eflags;
782 Eflags = (IA32_EFLAGS32 *) &CpuContext->Eflags;
783 Eflags->Bits.TF = 0;
784 Eflags->Bits.RF = 1;
798 IA32_EFLAGS32 *Eflags;
800 Eflags = (IA32_EFLAGS32 *) &CpuContext->Eflags;
801 Eflags->Bits.TF = 1;
802 Eflags->Bits.RF = 1;
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 180 UINT32 Eflags;
271 UINT64 Eflags;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 112 UINT32 Eflags;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 114 UINT32 Eflags;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 664 UINT32 Eflags;
    [all...]

Completed in 205 milliseconds