HomeSort by relevance Sort by last modified time
    Searched refs:Rflags (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 69 mReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextX64->Rflags;
76 Eflags.UintN = SystemContext.SystemContextX64->Rflags;
78 SystemContext.SystemContextX64->Rflags = Eflags.UintN;
99 SystemContext.SystemContextX64->Rflags = mReservedVectors[ExceptionType].OldFlags;
128 "RIP - %016lx, CS - %016lx, RFLAGS - %016lx\n",
131 SystemContext.SystemContextX64->Rflags
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.h 42 UINT64 Rflags;
SmmProfileArch.c 315 SystemContext.SystemContextX64->Rflags &= (UINTN) ~BIT8;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 53 OFFSET_OF(EFI_SYSTEM_CONTEXT_X64, Rflags),
343 SystemContext.SystemContextX64->Rflags |= TF_BIT; //Setting the TF bit.
358 SystemContext.SystemContextX64->Rflags &= ~TF_BIT; // clearing the TF bit.
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 53 OFFSET_OF(EFI_SYSTEM_CONTEXT_X64, Rflags),
343 SystemContext.SystemContextX64->Rflags |= TF_BIT; //Setting the TF bit.
358 SystemContext.SystemContextX64->Rflags &= ~TF_BIT; // clearing the TF bit.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.S 33 ASM_PFX(Rflags): .long 0x55555555 # ?
61 // UINT64 RFlags;
163 // rflags from interrupted task
187 // UINT64 RFlags;
223 // Save interrupt state rflags register...
226 movq %rax, ASM_PFX(Rflags)(%rip)
267 # application stack has ss, rsp, rflags, cs, & rip, so
308 // UINT64 RFlags;
309 // Rflags from application is two entries back in application stack
413 // UINT64 RFlags;
    [all...]
AsmFuncs.asm 59 Rflags dq 5555555555555555h ; ?
85 ;; UINT64 RFlags;
193 ;; rflags from interrupted task
217 ;; UINT64 RFlags;
255 ;; Save interrupt state rflags register...
258 mov qword ptr Rflags, rax
300 ; application stack has ss, rsp, rflags, cs, & rip, so
344 ;; UINT64 RFlags;
345 ;; Rflags from application is two entries back in application stack
447 ;; UINT64 RFlags;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 240 UINT64 Rflags;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 206 UINT64 Rflags;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 209 UINT64 Rflags;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 674 UINT64 Rflags;
    [all...]

Completed in 309 milliseconds