Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DPlDebugSupport.c86 CreateEntryStub (ExceptionType, (VOID **) &IdtEntryTable[ExceptionType].StubEntry); in HookEntry()
105 Vect2Desc (&IdtEntryTable[ExceptionType].NewDesc, IdtEntryTable[ExceptionType].StubEntry); in HookEntry()
309 if (IdtEntryTable[ExceptionType].StubEntry != NULL) { in PlUnloadDebugSupportDriver()
310 FreePool ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry); in PlUnloadDebugSupportDriver()
351 IdtEntryTable[ExceptionType].StubEntry = (DEBUG_PROC) (UINTN) AllocatePool (StubSize); in PlInitializeDebugSupportDriver()
352 if (IdtEntryTable[ExceptionType].StubEntry == NULL) { in PlInitializeDebugSupportDriver()
359 CopyMem ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry, InterruptEntryStub, StubSize); in PlInitializeDebugSupportDriver()
366 if (IdtEntryTable[ExceptionType].StubEntry != NULL) { in PlInitializeDebugSupportDriver()
367 FreePool ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry); in PlInitializeDebugSupportDriver()
DDebugSupport.h48 DEBUG_PROC StubEntry; member