Searched refs:gExceptionHandlers (Results 1 – 3 of 3) sorted by relevance
58 extern EFI_EXCEPTION_CALLBACK gExceptionHandlers[];267 if ((ExceptionHandler != NULL) && (gExceptionHandlers[ExceptionType] != NULL)) { in RegisterCpuInterruptHandler()271 gExceptionHandlers[ExceptionType] = ExceptionHandler; in RegisterCpuInterruptHandler()311 if (gExceptionHandlers[ExceptionType]) { in CommonCExceptionHandler()312 gExceptionHandlers[ExceptionType](ExceptionType, SystemContext); in CommonCExceptionHandler()
27 EFI_EXCEPTION_CALLBACK gExceptionHandlers[MAX_ARM_EXCEPTION + 1] = { 0 }; variable
23 EFI_EXCEPTION_CALLBACK gExceptionHandlers[MAX_AARCH64_EXCEPTION + 1] = { 0 }; variable