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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 72 ReservedVectors[ExceptionType].OldSs = SystemContext.SystemContextX64->Ss;
73 ReservedVectors[ExceptionType].OldSp = SystemContext.SystemContextX64->Rsp;
74 ReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextX64->Rflags;
75 ReservedVectors[ExceptionType].OldCs = SystemContext.SystemContextX64->Cs;
76 ReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextX64->Rip;
77 ReservedVectors[ExceptionType].ExceptionData = SystemContext.SystemContextX64->ExceptionData;
81 Eflags.UintN = SystemContext.SystemContextX64->Rflags;
83 SystemContext.SystemContextX64->Rflags = Eflags.UintN;
87 SystemContext.SystemContextX64->Rip = (UINTN) ReservedVectors[ExceptionType].HookAfterStubHeaderCode;
107 SystemContext.SystemContextX64->Ss = ReservedVectors[ExceptionType].OldSs;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 834 DEBUG ((DEBUG_ERROR, "SMM exception data - 0x%lx(", SystemContext.SystemContextX64->ExceptionData));
836 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0,
837 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_RSVD) != 0,
838 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_US) != 0,
839 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_WR) != 0,
840 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_P) != 0
843 if ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0) {
846 DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.SystemContextX64->Rsp);
851 DumpModuleInfoByIp ((UINTN)SystemContext.SystemContextX64->Rip);
863 if ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0) {
    [all...]
SmmProfileArch.c 316 SystemContext.SystemContextX64->Rflags &= (UINTN) ~BIT8;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 39 // The offsets of registers SystemContextX64.
128 TempPtr = ((UINT8 *)SystemContext.SystemContextX64) + gRegisterOffsets[RegNumber];
343 SystemContext.SystemContextX64->Rflags |= TF_BIT; //Setting the TF bit.
358 SystemContext.SystemContextX64->Rflags &= ~TF_BIT; // clearing the TF bit.
377 SystemContext.SystemContextX64->Rip = AsciiStrHexToUintn(&PacketData[1]);
396 SystemContext.SystemContextX64->Rip = AsciiStrHexToUintn (&PacketData[1]);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 39 // The offsets of registers SystemContextX64.
128 TempPtr = ((UINT8 *)SystemContext.SystemContextX64) + gRegisterOffsets[RegNumber];
343 SystemContext.SystemContextX64->Rflags |= TF_BIT; //Setting the TF bit.
358 SystemContext.SystemContextX64->Rflags &= ~TF_BIT; // clearing the TF bit.
377 SystemContext.SystemContextX64->Rip = AsciiStrHexToUintn(&PacketData[1]);
396 SystemContext.SystemContextX64->Rip = AsciiStrHexToUintn (&PacketData[1]);
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
StatusCodeDataTypeId.h 694 EFI_SYSTEM_CONTEXT_X64 SystemContextX64;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 513 EFI_SYSTEM_CONTEXT_X64 *SystemContextX64;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 479 EFI_SYSTEM_CONTEXT_X64 *SystemContextX64;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 619 EFI_SYSTEM_CONTEXT_X64 *SystemContextX64;

Completed in 1643 milliseconds