OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELR
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Exception.c
100
DEBUG ((EFI_D_ERROR, "Unknown exception type %d from %016lx\n", ExceptionType, SystemContext.SystemContextAArch64->
ELR
));
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DefaultExceptionHandler.c
140
CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"\n\n%a Exception at 0x%016lx\n", gExceptionTypeString[ExceptionType], SystemContext.SystemContextAArch64->
ELR
);
147
Pdb = GetImageName (SystemContext.SystemContextAArch64->
ELR
, &ImageBase, &PeCoffSizeOfHeader);
181
DEBUG ((EFI_D_ERROR, "\n SP 0x%016lx
ELR
0x%016lx SPSR 0x%08lx FPSR 0x%08lx\n ESR 0x%08lx FAR 0x%016lx\n", SystemContext.SystemContextAArch64->SP, SystemContext.SystemContextAArch64->
ELR
, SystemContext.SystemContextAArch64->SPSR, SystemContext.SystemContextAArch64->FPSR, SystemContext.SystemContextAArch64->ESR, SystemContext.SystemContextAArch64->FAR));
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h
605
UINT64
ELR
; // Exception Link Register
Completed in 300 milliseconds