Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DPlDebugSupport.c27 CALLBACK_FUNC RegisteredCallback; member
123 if (IvtEntryTable[ExceptionType].RegisteredCallback != NULL) { in CommonHandler()
125 IvtEntryTable[ExceptionType].RegisteredCallback (ExceptionType, Context.SystemContextIpf); in CommonHandler()
127 IvtEntryTable[ExceptionType].RegisteredCallback (Context.SystemContextIpf); in CommonHandler()
198 if (IvtEntryTable[ExceptionType].RegisteredCallback != NULL) { in ManageIvtEntryTable()
291 IvtEntryTable[ExceptionType].RegisteredCallback = NewCallback; in HookEntry()
338 IvtEntryTable[EXCEPT_IPF_EXTERNAL_INTERRUPT].RegisteredCallback = NewCallback; in ChainExternalInterrupt()
358 IvtEntryTable[EXCEPT_IPF_EXTERNAL_INTERRUPT].RegisteredCallback = NULL; in UnchainExternalInterrupt()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DPlDebugSupport.c109 IdtEntryTable[ExceptionType].RegisteredCallback = NewCallback; in HookEntry()
276 if (IdtEntryTable[ExceptionType].RegisteredCallback != NULL) { in InterruptDistrubutionHub()
278 IdtEntryTable[ExceptionType].RegisteredCallback (ExceptionType, ContextRecord); in InterruptDistrubutionHub()
281 IdtEntryTable[ExceptionType].RegisteredCallback (ContextRecord); in InterruptDistrubutionHub()
DDebugSupport.h49 CALLBACK_FUNC RegisteredCallback; member