Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/Library/CpuExceptionHandlerLib/LoongArch/ExceptionCommon.h
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/Library/CpuExceptionHandlerLib/LoongArch/ExceptionCommon.h
r105670 r108794 13 13 #define MAX_DEBUG_MESSAGE_LENGTH 0x100 14 14 15 //16 // For coding convenience, define the maximum valid17 // LoongArch exception.18 // Since UEFI V2.11, it will be present in DebugSupport.h.19 //20 #define MAX_LOONGARCH_EXCEPTION 6421 22 15 extern INTN mExceptionKnownNameNum; 16 extern INTN mInterruptKnownNameNum; 23 17 24 18 /** … … 33 27 GetExceptionNameStr ( 34 28 IN EFI_EXCEPTION_TYPE ExceptionType 29 ); 30 31 /** 32 Get ASCII format string interrupt name by exception type. 33 34 @param InterruptType Interrupt type. 35 36 @return ASCII format string interrupt name. 37 38 **/ 39 CONST CHAR8 * 40 GetInterruptNameStr ( 41 IN EFI_EXCEPTION_TYPE InterruptType 35 42 ); 36 43
Note:
See TracChangeset
for help on using the changeset viewer.