Home
last modified time | relevance | path

Searched refs:SystemContextAArch64 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DDefaultExceptionHandler.c140 …tion at 0x%016lx\n", gExceptionTypeString[ExceptionType], SystemContext.SystemContextAArch64->ELR); in DefaultExceptionHandler()
147 Pdb = GetImageName (SystemContext.SystemContextAArch64->ELR, &ImageBase, &PeCoffSizeOfHeader); in DefaultExceptionHandler()
153 …ntext.SystemContextAArch64->X0, SystemContext.SystemContextAArch64->X1, SystemContext.SystemContex… in DefaultExceptionHandler()
154 …ntext.SystemContextAArch64->X4, SystemContext.SystemContextAArch64->X5, SystemContext.SystemContex… in DefaultExceptionHandler()
155 …ntext.SystemContextAArch64->X8, SystemContext.SystemContextAArch64->X9, SystemContext.SystemContex… in DefaultExceptionHandler()
156 …text.SystemContextAArch64->X12, SystemContext.SystemContextAArch64->X13, SystemContext.SystemConte… in DefaultExceptionHandler()
157 …text.SystemContextAArch64->X16, SystemContext.SystemContextAArch64->X17, SystemContext.SystemConte… in DefaultExceptionHandler()
158 …text.SystemContextAArch64->X20, SystemContext.SystemContextAArch64->X21, SystemContext.SystemConte… in DefaultExceptionHandler()
159 …text.SystemContextAArch64->X24, SystemContext.SystemContextAArch64->X25, SystemContext.SystemConte… in DefaultExceptionHandler()
160 …016lx \n", SystemContext.SystemContextAArch64->X28, SystemContext.SystemContextAArch64->FP, Syste… in DefaultExceptionHandler()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
DException.c100 …Unknown exception type %d from %016lx\n", ExceptionType, SystemContext.SystemContextAArch64->ELR)); in CommonCExceptionHandler()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDebugSupport.h622 EFI_SYSTEM_CONTEXT_AARCH64 *SystemContextAArch64; member