OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemContextX64
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c
67
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
->Ss = mReservedVectors[ExceptionType].OldSs;
[
all
...]
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c
673
if ((SystemContext.
SystemContextX64
->ExceptionData & IA32_PF_EC_ID) != 0) {
676
DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.
SystemContextX64
->Rsp);
684
SystemContext.
SystemContextX64
->Rip,
685
SystemContext.
SystemContextX64
->ExceptionData
SmmProfileArch.c
315
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 41 milliseconds