Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DExceptions.c44 static int ExceptionLevel; variable
54 ExceptionLevel = -1; in InitExceptions()
70 ExceptionLevel++; in TryException()
71 if (ExceptionLevel >= MAX_EXCEPTION_NESTING) { in TryException()
73 ExceptionLevel--; in TryException()
92 if (ExceptionLevel >= 0) { in CatchException()
93 ExceptionLevel--; in CatchException()
94 if (ExceptionLog[ExceptionLevel + 1].ExceptionMsg[0]) { in CatchException()
95 return ExceptionLog[ExceptionLevel + 1].ExceptionMsg; in CatchException()
113 return ExceptionLog[ExceptionLevel].ExceptionCount; in ExceptionThrown()
[all …]