Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DDxeSmmCpuException.c30 EFI_CPU_INTERRUPT_HANDLER *mExternalInterruptHandler = NULL; variable
101 if (mExternalInterruptHandler[ExceptionType] != NULL) { in CommonExceptionHandler()
102 (mExternalInterruptHandler[ExceptionType]) (ExceptionType, SystemContext); in CommonExceptionHandler()
233 mExternalInterruptHandler = mExternalInterruptHandlerTable; in InitializeCpuExceptionHandlersWorker()
281 if (InterruptHandler == NULL && mExternalInterruptHandler[InterruptType] == NULL) { in RegisterCpuInterruptHandlerWorker()
285 if (InterruptHandler != NULL && mExternalInterruptHandler[InterruptType] != NULL) { in RegisterCpuInterruptHandlerWorker()
289 mExternalInterruptHandler[InterruptType] = InterruptHandler; in RegisterCpuInterruptHandlerWorker()
DDxeException.c23 extern EFI_CPU_INTERRUPT_HANDLER *mExternalInterruptHandler;
92mExternalInterruptHandler = AllocateZeroPool (sizeof (EFI_CPU_INTERRUPT_HANDLER) * CPU_INTERRUPT_N… in InitializeCpuInterruptHandlers()
93 ASSERT (mExternalInterruptHandler != NULL); in InitializeCpuInterruptHandlers()