HomeSort by relevance Sort by last modified time
    Searched refs:MAX_EXCEPTION_NESTING (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Exceptions.h 26 #define MAX_EXCEPTION_NESTING 4
Exceptions.c 43 static EXCEPTION_LOG ExceptionLog[MAX_EXCEPTION_NESTING + 1];
71 if (ExceptionLevel >= MAX_EXCEPTION_NESTING) {

Completed in 64 milliseconds