HomeSort by relevance Sort by last modified time
    Searched refs:Eflags (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 63 IA32_EFLAGS32 Eflags;
67 mReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextIa32->Eflags;
74 Eflags.UintN = SystemContext.SystemContextIa32->Eflags;
75 Eflags.Bits.IF = 0;
76 SystemContext.SystemContextIa32->Eflags = Eflags.UintN;
95 SystemContext.SystemContextIa32->Eflags = mReservedVectors[ExceptionType].OldFlags;
124 "EIP - %08x, CS - %08x, EFLAGS - %08x\n",
127 SystemContext.SystemContextIa32->Eflags
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmProfileArch.c 79 SystemContext.SystemContextIa32->Eflags &= (UINTN) ~BIT8;
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/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/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 63 IA32_EFLAGS32 Eflags;
76 Eflags.UintN = SystemContext.SystemContextX64->Rflags;
77 Eflags.Bits.IF = 0;
78 SystemContext.SystemContextX64->Rflags = Eflags.UintN;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Fx.S 69 # IN UINTN Eflags
Fx.asm 66 ; IN UINTN Eflags
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
Fx.S 63 # IN UINTN Eflags
Fx.asm 61 ; IN 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/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/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/EmbeddedPkg/GdbStub/Ia32/
Processor.c 54 OFFSET_OF(EFI_SYSTEM_CONTEXT_IA32, Eflags),
79 Print ((CHAR16 *)L"EFlags: %x\n", SystemContext.SystemContextIa32->Eflags);
374 SystemContext.SystemContextIa32->Eflags |= TF_BIT; //Setting the TF bit.
388 SystemContext.SystemContextIa32->Eflags &= ~TF_BIT; // clearing the TF bit.
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 180 UINT32 Eflags;
271 UINT64 Eflags;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 54 OFFSET_OF(EFI_SYSTEM_CONTEXT_IA32, Eflags),
79 Print ((CHAR16 *)L"EFlags: %x\n", SystemContext.SystemContextIa32->Eflags);
  /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...]
AsmFuncs.S 26 ASM_PFX(Eflags): .long 0x55555555 # ?
99 ## eflags from interrupted task
122 ## UINT32 EFlags;
132 ## Save interrupt state eflags register...
187 # application stack has eflags, cs, & eip, so
229 ## UINT32 EFlags;
230 ## Eflags from application is two entries back in application stack
279 ## UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear
330 ## UINT32 EFlags;
373 mov 0x8(%eax),%ecx # EFLAGS
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 133 UINT32 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;
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 527 Eflags int32
ztypes_linux_amd64.go 535 Eflags uint64
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 527 Eflags int32
ztypes_linux_amd64.go 535 Eflags uint64

Completed in 1262 milliseconds

1 2