Searched refs:SystemContextX64 (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
H A DArchExceptionHandler.c67 mReservedVectors[ExceptionType].OldSs = SystemContext.SystemContextX64->Ss;
68 mReservedVectors[ExceptionType].OldSp = SystemContext.SystemContextX64->Rsp;
69 mReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextX64->Rflags;
70 mReservedVectors[ExceptionType].OldCs = SystemContext.SystemContextX64->Cs;
71 mReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextX64->Rip;
72 mReservedVectors[ExceptionType].ExceptionData = SystemContext.SystemContextX64->ExceptionData;
76 Eflags.UintN = SystemContext.SystemContextX64->Rflags;
78 SystemContext.SystemContextX64->Rflags = Eflags.UintN;
82 SystemContext.SystemContextX64->Rip = (UINTN) mReservedVectors[ExceptionType].HookAfterStubHeaderCode;
97 SystemContext.SystemContextX64
[all...]
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
H A DPageTbl.c673 if ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0) {
676 DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.SystemContextX64->Rsp);
684 SystemContext.SystemContextX64->Rip,
685 SystemContext.SystemContextX64->ExceptionData
H A DSmmProfileArch.c315 SystemContext.SystemContextX64->Rflags &= (UINTN) ~BIT8;
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
H A DProcessor.c39 // 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/
H A DProcessor.c39 // 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/
H A DStatusCodeDataTypeId.h694 EFI_SYSTEM_CONTEXT_X64 SystemContextX64; member in union:__anon6682
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
H A DDebugSupport.h513 EFI_SYSTEM_CONTEXT_X64 *SystemContextX64;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDebugSupport.h619 EFI_SYSTEM_CONTEXT_X64 *SystemContextX64; member in union:__anon7835

Completed in 32 milliseconds