TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_EXCEPTION_TYPE EFIAPI | GetExceptionType (IN EFI_SYSTEM_CONTEXT SystemContext) |
EFI_EXCEPTION_TYPE EFIAPI | GetInterruptType (IN EFI_SYSTEM_CONTEXT SystemContext) |
VOID EFIAPI | DumpCpuContext (IN EFI_EXCEPTION_TYPE ExceptionType, IN EFI_SYSTEM_CONTEXT SystemContext) |
VOID | DumpImageAndCpuContent (IN EFI_EXCEPTION_TYPE ExceptionType, IN EFI_SYSTEM_CONTEXT SystemContext) |
VOID EFIAPI | IpiInterruptHandler (IN EFI_EXCEPTION_TYPE InterruptType, IN EFI_SYSTEM_CONTEXT SystemContext) |
LoongArch64 CPU Exception Handler.
Copyright (c) 2024, Loongson Technology Corporation Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ArchExceptionHandler.c.
VOID EFIAPI DumpCpuContext | ( | IN EFI_EXCEPTION_TYPE | ExceptionType, |
IN EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
Display CPU information.
ExceptionType | Exception type. |
SystemContext | Pointer to EFI_SYSTEM_CONTEXT. |
Definition at line 87 of file ArchExceptionHandler.c.
VOID DumpImageAndCpuContent | ( | IN EFI_EXCEPTION_TYPE | ExceptionType, |
IN EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
Display CPU information.
ExceptionType | Exception type. |
SystemContext | Pointer to EFI_SYSTEM_CONTEXT. |
Definition at line 198 of file ArchExceptionHandler.c.
EFI_EXCEPTION_TYPE EFIAPI GetExceptionType | ( | IN EFI_SYSTEM_CONTEXT | SystemContext | ) |
Get Exception Type
[in] | SystemContext | Pointer to EFI_SYSTEM_CONTEXT. |
Definition at line 24 of file ArchExceptionHandler.c.
EFI_EXCEPTION_TYPE EFIAPI GetInterruptType | ( | IN EFI_SYSTEM_CONTEXT | SystemContext | ) |
Get Interrupt Type
[in] | SystemContext | Pointer to EFI_SYSTEM_CONTEXT. |
Definition at line 44 of file ArchExceptionHandler.c.
VOID EFIAPI IpiInterruptHandler | ( | IN EFI_EXCEPTION_TYPE | InterruptType, |
IN EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
IPI Interrupt Handler.
InterruptType | The type of interrupt that occurred |
SystemContext | A pointer to the system context when the interrupt occurred |
Definition at line 223 of file ArchExceptionHandler.c.