29 CharCount =
AsciiSPrint (Buffer,
sizeof (Buffer),
"Synchronous Exception at 0x%X\n\r", LR);
31 case EXCEPT_AARCH64_IRQ:
32 CharCount =
AsciiSPrint (Buffer,
sizeof (Buffer),
"IRQ Exception at 0x%X\n\r", LR);
34 case EXCEPT_AARCH64_FIQ:
35 CharCount =
AsciiSPrint (Buffer,
sizeof (Buffer),
"FIQ Exception at 0x%X\n\r", LR);
37 case EXCEPT_AARCH64_SERROR:
38 CharCount =
AsciiSPrint (Buffer,
sizeof (Buffer),
"SError/Abort Exception at 0x%X\n\r", LR);
41 CharCount =
AsciiSPrint (Buffer,
sizeof (Buffer),
"Unknown Exception at 0x%X\n\r", LR);
VOID PeiCommonExceptionEntry(IN UINT32 Entry, IN UINTN LR)
UINTN EFIAPI SerialPortWrite(IN UINT8 *Buffer, IN UINTN NumberOfBytes)
UINTN EFIAPI AsciiSPrint(OUT CHAR8 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR8 *FormatString,...)
#define EXCEPT_AARCH64_SYNCHRONOUS_EXCEPTIONS